Html Css Color HEX #527014 Green Leaf

📋 copy color: '#527014'

red 82 ◦ green 112 ◦ blue 20

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

Shades of Green Leaf #527014

Tints of Green Leaf #527014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

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

R = 38.32%
G = 52.34%
B = 9.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#527014 (or 0x527014) is known color: Green Leaf. HEX triplet: 52, 70 and 14. RGB value is (82,112,20). Sum of RGB (Red+Green+Blue) = 82+112+20=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #527014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527014 is #AD8FEB. Grayscale: #5C5C5C. Windows color (decimal): -11374572 or 1339474. OLE color: 1339474.

HSL color Cylindrical-coordinate representation of color #527014: hue angle of 79.57º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #527014 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 20 -
CMYK 0.27 0 0.82 0.56
HSL 79.57º 0.7% 0.26% -
HSV(B) 79.57º 0.82% 0.44% -
XYZ 9.4 13.43 2.76 -
YUV 92.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 82 112 20 0.27 0 0.82 0.56 79.57 0.7 0.26
Hex 52 70 14 1B 0 52 38 50 46 1A
Octal 122 160 24 33 0 122 70 120 106 32
Binary 1010010 1110000 10100 11011 0 1010010 111000 1010000 1000110 11010

Color Harmonies of #527014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527014

Black with #527014

Text Example


Text Example

White with #527014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527014; }

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

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

background-color css

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

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

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

border-color css

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

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

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