Html Css Color HEX #527316 Green Leaf

📋 copy color: '#527316'

red 82 ◦ green 115 ◦ blue 22

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

Shades of Green Leaf #527316

Tints of Green Leaf #527316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.51%

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

R = 37.44%
G = 52.51%
B = 10.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#527316 (or 0x527316) is known color: Green Leaf. HEX triplet: 52, 73 and 16. RGB value is (82,115,22). Sum of RGB (Red+Green+Blue) = 82+115+22=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #527316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527316 is #AD8CE9. Grayscale: #5E5E5E. Windows color (decimal): -11373802 or 1471314. OLE color: 1471314.

HSL color Cylindrical-coordinate representation of color #527316: hue angle of 81.29º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #527316 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 22 -
CMYK 0.29 0 0.81 0.55
HSL 81.29º 0.68% 0.27% -
HSV(B) 81.29º 0.81% 0.45% -
XYZ 9.76 14.11 2.97 -
YUV 94.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 82 115 22 0.29 0 0.81 0.55 81.29 0.68 0.27
Hex 52 73 16 1D 0 51 37 51 44 1B
Octal 122 163 26 35 0 121 67 121 104 33
Binary 1010010 1110011 10110 11101 0 1010001 110111 1010001 1000100 11011

Color Harmonies of #527316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527316

Black with #527316

Text Example


Text Example

White with #527316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527316; }

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

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

background-color css

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

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

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

border-color css

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

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

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