Html Css Color HEX #526833 Green Leaf

📋 copy color: '#526833'

red 82 ◦ green 104 ◦ blue 51

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

Shades of Green Leaf #526833

Tints of Green Leaf #526833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 34.6%
G = 43.88%
B = 21.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#526833 (or 0x526833) is known color: Green Leaf. HEX triplet: 52, 68 and 33. RGB value is (82,104,51). Sum of RGB (Red+Green+Blue) = 82+104+51=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #526833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526833 is #AD97CC. Grayscale: #5B5B5B. Windows color (decimal): -11376589 or 3369042. OLE color: 3369042.

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

Color convert

RGB 82 104 51 -
CMYK 0.21 0 0.51 0.59
HSL 84.91º 0.34% 0.3% -
HSV(B) 84.91º 0.51% 0.41% -
XYZ 9.03 11.93 4.96 -
YUV 91.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 82 104 51 0.21 0 0.51 0.59 84.91 0.34 0.3
Hex 52 68 33 15 0 33 3B 55 22 1E
Octal 122 150 63 25 0 63 73 125 42 36
Binary 1010010 1101000 110011 10101 0 110011 111011 1010101 100010 11110

Color Harmonies of #526833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526833

Black with #526833

Text Example


Text Example

White with #526833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526833; }

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

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

background-color css

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

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

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

border-color css

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

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

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