Html Css Color HEX #526A35 Green Leaf

📋 copy color: '#526A35'

red 82 ◦ green 106 ◦ blue 53

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

Shades of Green Leaf #526A35

Tints of Green Leaf #526A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.98%

 BLUE value IS 53 (21.09% from 255) = 21.99%

R = 34.02%
G = 43.98%
B = 21.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#526A35 (or 0x526A35) is known color: Green Leaf. HEX triplet: 52, 6A and 35. RGB value is (82,106,53). Sum of RGB (Red+Green+Blue) = 82+106+53=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #526A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A35 is #AD95CA. Grayscale: #5C5C5C. Windows color (decimal): -11376075 or 3500626. OLE color: 3500626.

HSL color Cylindrical-coordinate representation of color #526A35: hue angle of 87.17º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526A35 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 106 53 -
CMYK 0.23 0 0.5 0.58
HSL 87.17º 0.33% 0.31% -
HSV(B) 87.17º 0.5% 0.42% -
XYZ 9.28 12.36 5.26 -
YUV 92.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 82 106 53 0.23 0 0.5 0.58 87.17 0.33 0.31
Hex 52 6A 35 17 0 32 3A 57 21 1F
Octal 122 152 65 27 0 62 72 127 41 37
Binary 1010010 1101010 110101 10111 0 110010 111010 1010111 100001 11111

Color Harmonies of #526A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A35

Black with #526A35

Text Example


Text Example

White with #526A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,106,53); }

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

background-color css

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

 a { background-color: rgb(82,106,53); }

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

border-color css

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

 span { border-color: rgb(82,106,53); }

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