Html Css Color HEX #34A005 Kelly Green

📋 copy color: '#34A005'

red 52 ◦ green 160 ◦ blue 5

#34A005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #34A005

Tints of Kelly Green #34A005

RGB

 RED value IS 52 (20.7% from 255) = 23.96%

 GREEN value IS 160 (62.89% from 255) = 73.73%

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 23.96%
G = 73.73%
B = 2.3%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#34A005 (or 0x34A005) is known color: Kelly Green. HEX triplet: 34, A0 and 05. RGB value is (52,160,5). Sum of RGB (Red+Green+Blue) = 52+160+5=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 160 (62.89% from 255 or 73.73% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 160 - color contains mainly: green. Hex color #34A005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A005 is #CB5FFA. Grayscale: #6E6E6E. Windows color (decimal): -13328379 or 368692. OLE color: 368692.

HSL color Cylindrical-coordinate representation of color #34A005: hue angle of 101.81º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34A005 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 160 5 -
CMYK 0.68 0 0.97 0.37
HSL 101.81º 0.94% 0.32% -
HSV(B) 101.81º 0.97% 0.63% -
XYZ 14.01 25.88 4.4 -
YUV 110.04 68.72 86.6 -
System Red Green Blue C M Y K H S L
Decimal 52 160 5 0.68 0 0.97 0.37 101.81 0.94 0.32
Hex 34 A0 5 44 0 61 25 66 5E 20
Octal 64 240 5 104 0 141 45 146 136 40
Binary 110100 10100000 101 1000100 0 1100001 100101 1100110 1011110 100000

Color Harmonies of #34A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A005

Black with #34A005

Text Example


Text Example

White with #34A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,160,5); }

 H1.HeaderClassName
 {
   color: #34A005;
 }
 .AnyTagClassName
 {
   color: #34A005;
 }
</style>

background-color css

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

 a { background-color: rgb(52,160,5); }

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

border-color css

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

 span { border-color: rgb(52,160,5); }

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