Html Css Color HEX #526E23 Green Leaf

📋 copy color: '#526E23'

red 82 ◦ green 110 ◦ blue 35

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

Shades of Green Leaf #526E23

Tints of Green Leaf #526E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.46%

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

R = 36.12%
G = 48.46%
B = 15.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#526E23 (or 0x526E23) is known color: Green Leaf. HEX triplet: 52, 6E and 23. RGB value is (82,110,35). Sum of RGB (Red+Green+Blue) = 82+110+35=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #526E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E23 is #AD91DC. Grayscale: #5D5D5D. Windows color (decimal): -11375069 or 2322002. OLE color: 2322002.

HSL color Cylindrical-coordinate representation of color #526E23: hue angle of 82.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526E23 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 110 35 -
CMYK 0.25 0 0.68 0.57
HSL 82.4º 0.52% 0.28% -
HSV(B) 82.4º 0.68% 0.43% -
XYZ 9.36 13.07 3.62 -
YUV 93.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 82 110 35 0.25 0 0.68 0.57 82.4 0.52 0.28
Hex 52 6E 23 19 0 44 39 52 34 1C
Octal 122 156 43 31 0 104 71 122 64 34
Binary 1010010 1101110 100011 11001 0 1000100 111001 1010010 110100 11100

Color Harmonies of #526E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E23

Black with #526E23

Text Example


Text Example

White with #526E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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