#34b20a

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

Shades of Kelly Green #34B20A

Tints of Kelly Green #34B20A

Color information

#34B20A (or 0x34B20A) is unknown color: approx Kelly Green. HEX triplet: 34, B2 and 0A. RGB value is (52,178,10). Sum of RGB (Red+Green+Blue) = 52+178+10=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #34B20A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34B20A is #CB4DF5. Grayscale: #797979. Windows color (decimal): -13323766 or 700980. OLE color: 700980.

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

Color convert

RGB5217810-
CMYK0.7100.940.30
HSL105º89.36%36.86%-
HSV(B)105º94.38%69.8%-
XYZ17.3932.595.66-
YUV121.1765.2678.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 178 (69.92% from 255) = 74.17%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=21.67%
G=74.17%
B=4.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52178100.7100.940.3010589.3636.86
Hex34B2A4705E1E695925
Octal642621210701363615113145
Binary1101001011001010101000111010111101111011010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34b20a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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