Html Css Color HEX #526936 Green Leaf

📋 copy color: '#526936'

red 82 ◦ green 105 ◦ blue 54

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

Shades of Green Leaf #526936

Tints of Green Leaf #526936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.41%

R = 34.02%
G = 43.57%
B = 22.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#526936 (or 0x526936) is known color: Green Leaf. HEX triplet: 52, 69 and 36. RGB value is (82,105,54). Sum of RGB (Red+Green+Blue) = 82+105+54=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #526936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526936 is #AD96C9. Grayscale: #5C5C5C. Windows color (decimal): -11376330 or 3565906. OLE color: 3565906.

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

Color convert

RGB 82 105 54 -
CMYK 0.22 0 0.49 0.59
HSL 87.06º 0.32% 0.31% -
HSV(B) 87.06º 0.49% 0.41% -
XYZ 9.2 12.16 5.35 -
YUV 92.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 82 105 54 0.22 0 0.49 0.59 87.06 0.32 0.31
Hex 52 69 36 16 0 31 3B 57 20 1F
Octal 122 151 66 26 0 61 73 127 40 37
Binary 1010010 1101001 110110 10110 0 110001 111011 1010111 100000 11111

Color Harmonies of #526936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526936

Black with #526936

Text Example


Text Example

White with #526936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526936; }

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

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

background-color css

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

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

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

border-color css

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

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

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