Html Css Color HEX #526827 Green Leaf

📋 copy color: '#526827'

red 82 ◦ green 104 ◦ blue 39

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

Shades of Green Leaf #526827

Tints of Green Leaf #526827

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

 BLUE value IS 39 (15.63% from 255) = 17.33%

R = 36.44%
G = 46.22%
B = 17.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#526827 (or 0x526827) is known color: Green Leaf. HEX triplet: 52, 68 and 27. RGB value is (82,104,39). Sum of RGB (Red+Green+Blue) = 82+104+39=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #526827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526827 is #AD97D8. Grayscale: #5A5A5A. Windows color (decimal): -11376601 or 2582610. OLE color: 2582610.

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

Color convert

RGB 82 104 39 -
CMYK 0.21 0 0.62 0.59
HSL 80.31º 0.45% 0.28% -
HSV(B) 80.31º 0.63% 0.41% -
XYZ 8.8 11.84 3.74 -
YUV 90.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 82 104 39 0.21 0 0.62 0.59 80.31 0.45 0.28
Hex 52 68 27 15 0 3E 3B 50 2D 1C
Octal 122 150 47 25 0 76 73 120 55 34
Binary 1010010 1101000 100111 10101 0 111110 111011 1010000 101101 11100

Color Harmonies of #526827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526827

Black with #526827

Text Example


Text Example

White with #526827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526827; }

 p { color: rgb(82,104,39); }

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

background-color css

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

 a { background-color: rgb(82,104,39); }

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

border-color css

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

 span { border-color: rgb(82,104,39); }

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