Html Css Color HEX #52A413 Kelly Green

📋 copy color: '#52A413'

red 82 ◦ green 164 ◦ blue 19

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

Shades of Kelly Green #52A413

Tints of Kelly Green #52A413

RGB

 RED value IS 82 (32.42% from 255) = 30.94%

 GREEN value IS 164 (64.45% from 255) = 61.89%

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 30.94%
G = 61.89%
B = 7.17%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#52A413 (or 0x52A413) is known color: Kelly Green. HEX triplet: 52, A4 and 13. RGB value is (82,164,19). Sum of RGB (Red+Green+Blue) = 82+164+19=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 164 (64.45% from 255 or 61.89% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 164 - color contains mainly: green. Hex color #52A413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A413 is #AD5BEC. Grayscale: #7B7B7B. Windows color (decimal): -11361261 or 1287250. OLE color: 1287250.

HSL color Cylindrical-coordinate representation of color #52A413: hue angle of 93.93º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52A413 is Cyan = 0.5, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 19 -
CMYK 0.5 0 0.88 0.36
HSL 93.93º 0.79% 0.36% -
HSV(B) 93.93º 0.88% 0.64% -
XYZ 16.87 28.39 5.21 -
YUV 122.95 69.33 98.79 -
System Red Green Blue C M Y K H S L
Decimal 82 164 19 0.5 0 0.88 0.36 93.93 0.79 0.36
Hex 52 A4 13 32 0 58 24 5E 4F 24
Octal 122 244 23 62 0 130 44 136 117 44
Binary 1010010 10100100 10011 110010 0 1011000 100100 1011110 1001111 100100

Color Harmonies of #52A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A413

Black with #52A413

Text Example


Text Example

White with #52A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A413; }

 p { color: rgb(82,164,19); }

 H1.HeaderClassName
 {
   color: #52A413;
 }
 .AnyTagClassName
 {
   color: #52A413;
 }
</style>

background-color css

<style>
 a { background-color: #52A413; }

 a { background-color: rgb(82,164,19); }

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

border-color css

<style>
 span { border-color: #52A413; }

 span { border-color: rgb(82,164,19); }

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