Html Css Color HEX #526C28 Green Leaf

📋 copy color: '#526C28'

red 82 ◦ green 108 ◦ blue 40

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

Shades of Green Leaf #526C28

Tints of Green Leaf #526C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.96%

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 35.65%
G = 46.96%
B = 17.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#526C28 (or 0x526C28) is known color: Green Leaf. HEX triplet: 52, 6C and 28. RGB value is (82,108,40). Sum of RGB (Red+Green+Blue) = 82+108+40=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #526C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C28 is #AD93D7. Grayscale: #5C5C5C. Windows color (decimal): -11375576 or 2649170. OLE color: 2649170.

HSL color Cylindrical-coordinate representation of color #526C28: hue angle of 82.94º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526C28 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 40 -
CMYK 0.24 0 0.63 0.58
HSL 82.94º 0.46% 0.29% -
HSV(B) 82.94º 0.63% 0.42% -
XYZ 9.23 12.67 3.97 -
YUV 92.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 82 108 40 0.24 0 0.63 0.58 82.94 0.46 0.29
Hex 52 6C 28 18 0 3F 3A 53 2E 1D
Octal 122 154 50 30 0 77 72 123 56 35
Binary 1010010 1101100 101000 11000 0 111111 111010 1010011 101110 11101

Color Harmonies of #526C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C28

Black with #526C28

Text Example


Text Example

White with #526C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C28; }

 p { color: rgb(82,108,40); }

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

background-color css

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

 a { background-color: rgb(82,108,40); }

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

border-color css

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

 span { border-color: rgb(82,108,40); }

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