Html Css Color HEX #526523 Green Leaf

📋 copy color: '#526523'

red 82 ◦ green 101 ◦ blue 35

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

Shades of Green Leaf #526523

Tints of Green Leaf #526523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.33%

 BLUE value IS 35 (14.06% from 255) = 16.06%

R = 37.61%
G = 46.33%
B = 16.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#526523 (or 0x526523) is known color: Green Leaf. HEX triplet: 52, 65 and 23. RGB value is (82,101,35). Sum of RGB (Red+Green+Blue) = 82+101+35=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #526523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526523 is #AD9ADC. Grayscale: #585858. Windows color (decimal): -11377373 or 2319698. OLE color: 2319698.

HSL color Cylindrical-coordinate representation of color #526523: hue angle of 77.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526523 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 35 -
CMYK 0.19 0 0.65 0.60
HSL 77.27º 0.49% 0.27% -
HSV(B) 77.27º 0.65% 0.4% -
XYZ 8.44 11.22 3.31 -
YUV 87.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 82 101 35 0.19 0 0.65 0.60 77.27 0.49 0.27
Hex 52 65 23 13 0 41 3C 4D 31 1B
Octal 122 145 43 23 0 101 74 115 61 33
Binary 1010010 1100101 100011 10011 0 1000001 111100 1001101 110001 11011

Color Harmonies of #526523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526523

Black with #526523

Text Example


Text Example

White with #526523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526523; }

 p { color: rgb(82,101,35); }

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

background-color css

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

 a { background-color: rgb(82,101,35); }

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

border-color css

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

 span { border-color: rgb(82,101,35); }

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