Html Css Color HEX #526823 Green Leaf

📋 copy color: '#526823'

red 82 ◦ green 104 ◦ blue 35

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

Shades of Green Leaf #526823

Tints of Green Leaf #526823

RGB

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

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

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

R = 37.1%
G = 47.06%
B = 15.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#526823 (or 0x526823) is known color: Green Leaf. HEX triplet: 52, 68 and 23. RGB value is (82,104,35). Sum of RGB (Red+Green+Blue) = 82+104+35=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #526823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526823 is #AD97DC. Grayscale: #595959. Windows color (decimal): -11376605 or 2320466. OLE color: 2320466.

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

Color convert

RGB 82 104 35 -
CMYK 0.21 0 0.66 0.59
HSL 79.13º 0.5% 0.27% -
HSV(B) 79.13º 0.66% 0.41% -
XYZ 8.73 11.82 3.41 -
YUV 89.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 82 104 35 0.21 0 0.66 0.59 79.13 0.5 0.27
Hex 52 68 23 15 0 42 3B 4F 32 1B
Octal 122 150 43 25 0 102 73 117 62 33
Binary 1010010 1101000 100011 10101 0 1000010 111011 1001111 110010 11011

Color Harmonies of #526823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526823

Black with #526823

Text Example


Text Example

White with #526823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526823; }

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

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

background-color css

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

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

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

border-color css

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

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

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