Html Css Color HEX #527816 Green Leaf

📋 copy color: '#527816'

red 82 ◦ green 120 ◦ blue 22

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

Shades of Green Leaf #527816

Tints of Green Leaf #527816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.57%

 BLUE value IS 22 (8.98% from 255) = 9.82%

R = 36.61%
G = 53.57%
B = 9.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#527816 (or 0x527816) is known color: Green Leaf. HEX triplet: 52, 78 and 16. RGB value is (82,120,22). Sum of RGB (Red+Green+Blue) = 82+120+22=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #527816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527816 is #AD87E9. Grayscale: #616161. Windows color (decimal): -11372522 or 1472594. OLE color: 1472594.

HSL color Cylindrical-coordinate representation of color #527816: hue angle of 83.27º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #527816 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 22 -
CMYK 0.32 0 0.82 0.53
HSL 83.27º 0.69% 0.28% -
HSV(B) 83.27º 0.82% 0.47% -
XYZ 10.34 15.28 3.16 -
YUV 97.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 82 120 22 0.32 0 0.82 0.53 83.27 0.69 0.28
Hex 52 78 16 20 0 52 35 53 45 1C
Octal 122 170 26 40 0 122 65 123 105 34
Binary 1010010 1111000 10110 100000 0 1010010 110101 1010011 1000101 11100

Color Harmonies of #527816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527816

Black with #527816

Text Example


Text Example

White with #527816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527816; }

 p { color: rgb(82,120,22); }

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

background-color css

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

 a { background-color: rgb(82,120,22); }

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

border-color css

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

 span { border-color: rgb(82,120,22); }

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