#34B10A

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

Shades of Kelly Green #34B10A

Tints of Kelly Green #34B10A

Color information

#34B10A (or 0x34B10A) is unknown color: approx Kelly Green. HEX triplet: 34, B1 and 0A. RGB value is (52,177,10). Sum of RGB (Red+Green+Blue) = 52+177+10=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 177 (69.53% from 255 or 74.06% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 177 - color contains mainly: green. Hex color #34B10A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34B10A is #CB4EF5. Grayscale: #797979. Windows color (decimal): -13324022 or 700724. OLE color: 700724.

HSL color Cylindrical-coordinate representation of color #34B10A: hue angle of 104.91º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34B10A is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB5217710-
CMYK0.7100.940.31
HSL104.91º89.3%36.67%-
HSV(B)104.91º94.35%69.41%-
XYZ17.1932.25.6-
YUV120.5965.5979.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 177 (69.53% from 255) = 74.06%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=21.76%
G=74.06%
B=4.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52177100.7100.940.31104.9189.336.67
Hex34B1A4705E1F695925
Octal642611210701363715113145
Binary1101001011000110101000111010111101111111010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,177,10); }

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

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

 a { background-color: rgb(52,177,10); }

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

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

 span { border-color: rgb(52,177,10); }

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