#34b70b

Color #34B70B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #34B70B

Tints of Kelly Green #34B70B

Color information

#34B70B (or 0x34B70B) is unknown color: approx Kelly Green. HEX triplet: 34, B7 and 0B. RGB value is (52,183,11). Sum of RGB (Red+Green+Blue) = 52+183+11=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 183 (71.88% from 255 or 74.39% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 183 - color contains mainly: green. Hex color #34B70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B70B is #CB48F4. Grayscale: #7C7C7C. Windows color (decimal): -13322485 or 767796. OLE color: 767796.

HSL color Cylindrical-coordinate representation of color #34B70B: hue angle of 105.7º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34B70B is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB5218311-
CMYK0.7200.940.28
HSL105.7º88.66%38.04%-
HSV(B)105.7º93.99%71.76%-
XYZ18.4134.626.03-
YUV124.2264.176.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 183 (71.88% from 255) = 74.39%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=21.14%
G=74.39%
B=4.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52183110.7200.940.28105.788.6638.04
Hex34B7B4805E1C6a5926
Octal642671311001363415213146
Binary1101001011011110111001000010111101110011010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34b70b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34b70b; }

 p { color: rgb(52,183,11); }

 H1.HeaderClassName
 {
   color: #34b70b;
 }
 .AnyTagClassName
 {
   color: #34b70b;
 }
</style>
background-color css

<style>
 a { background-color: #34b70b; }

 a { background-color: rgb(52,183,11); }

 div.DivClassName
 {
   background-color: #34b70b;
 }
 .BgClassName
 {
   background-color: #34b70b;
 }
</style>
border-color css

<style>
 span { border-color: #34b70b; }

 span { border-color: rgb(52,183,11); }

 td.TdClassName
 {
   border-color: #34b70b;
 }
 .TagClassName
 {
   border-color: #34b70b;
 }
</style>