Html Css Color HEX #526924 Green Leaf

📋 copy color: '#526924'

red 82 ◦ green 105 ◦ blue 36

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

Shades of Green Leaf #526924

Tints of Green Leaf #526924

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.09%

 BLUE value IS 36 (14.45% from 255) = 16.14%

R = 36.77%
G = 47.09%
B = 16.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#526924 (or 0x526924) is known color: Green Leaf. HEX triplet: 52, 69 and 24. RGB value is (82,105,36). Sum of RGB (Red+Green+Blue) = 82+105+36=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #526924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526924 is #AD96DB. Grayscale: #5A5A5A. Windows color (decimal): -11376348 or 2386258. OLE color: 2386258.

HSL color Cylindrical-coordinate representation of color #526924: hue angle of 80º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526924 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 36 -
CMYK 0.22 0 0.66 0.59
HSL 80º 0.49% 0.28% -
HSV(B) 80º 0.66% 0.41% -
XYZ 8.85 12.02 3.52 -
YUV 90.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 82 105 36 0.22 0 0.66 0.59 80 0.49 0.28
Hex 52 69 24 16 0 42 3B 50 31 1C
Octal 122 151 44 26 0 102 73 120 61 34
Binary 1010010 1101001 100100 10110 0 1000010 111011 1010000 110001 11100

Color Harmonies of #526924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526924

Black with #526924

Text Example


Text Example

White with #526924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526924; }

 p { color: rgb(82,105,36); }

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

background-color css

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

 a { background-color: rgb(82,105,36); }

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

border-color css

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

 span { border-color: rgb(82,105,36); }

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