Html Css Color HEX #527314 Green Leaf

📋 copy color: '#527314'

red 82 ◦ green 115 ◦ blue 20

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

Shades of Green Leaf #527314

Tints of Green Leaf #527314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 37.79%
G = 53%
B = 9.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#527314 (or 0x527314) is known color: Green Leaf. HEX triplet: 52, 73 and 14. RGB value is (82,115,20). Sum of RGB (Red+Green+Blue) = 82+115+20=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #527314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527314 is #AD8CEB. Grayscale: #5E5E5E. Windows color (decimal): -11373804 or 1340242. OLE color: 1340242.

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

Color convert

RGB 82 115 20 -
CMYK 0.29 0 0.83 0.55
HSL 80.84º 0.7% 0.26% -
HSV(B) 80.84º 0.83% 0.45% -
XYZ 9.74 14.11 2.87 -
YUV 94.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 82 115 20 0.29 0 0.83 0.55 80.84 0.7 0.26
Hex 52 73 14 1D 0 53 37 51 46 1A
Octal 122 163 24 35 0 123 67 121 106 32
Binary 1010010 1110011 10100 11101 0 1010011 110111 1010001 1000110 11010

Color Harmonies of #527314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527314

Black with #527314

Text Example


Text Example

White with #527314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527314; }

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

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

background-color css

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

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

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

border-color css

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

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

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