Html Css Color HEX #527315 Green Leaf

📋 copy color: '#527315'

red 82 ◦ green 115 ◦ blue 21

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

Shades of Green Leaf #527315

Tints of Green Leaf #527315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 37.61%
G = 52.75%
B = 9.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#527315 (or 0x527315) is known color: Green Leaf. HEX triplet: 52, 73 and 15. RGB value is (82,115,21). Sum of RGB (Red+Green+Blue) = 82+115+21=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #527315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527315 is #AD8CEA. Grayscale: #5E5E5E. Windows color (decimal): -11373803 or 1405778. OLE color: 1405778.

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

Color convert

RGB 82 115 21 -
CMYK 0.29 0 0.82 0.55
HSL 81.06º 0.69% 0.27% -
HSV(B) 81.06º 0.82% 0.45% -
XYZ 9.75 14.11 2.92 -
YUV 94.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 82 115 21 0.29 0 0.82 0.55 81.06 0.69 0.27
Hex 52 73 15 1D 0 52 37 51 45 1B
Octal 122 163 25 35 0 122 67 121 105 33
Binary 1010010 1110011 10101 11101 0 1010010 110111 1010001 1000101 11011

Color Harmonies of #527315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527315

Black with #527315

Text Example


Text Example

White with #527315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527315; }

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

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

background-color css

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

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

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

border-color css

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

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

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