Html Css Color HEX #527418 Green Leaf

📋 copy color: '#527418'

red 82 ◦ green 116 ◦ blue 24

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

Shades of Green Leaf #527418

Tints of Green Leaf #527418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.25%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 36.94%
G = 52.25%
B = 10.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#527418 (or 0x527418) is known color: Green Leaf. HEX triplet: 52, 74 and 18. RGB value is (82,116,24). Sum of RGB (Red+Green+Blue) = 82+116+24=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #527418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527418 is #AD8BE7. Grayscale: #5F5F5F. Windows color (decimal): -11373544 or 1602642. OLE color: 1602642.

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

Color convert

RGB 82 116 24 -
CMYK 0.29 0 0.79 0.55
HSL 82.17º 0.66% 0.27% -
HSV(B) 82.17º 0.79% 0.45% -
XYZ 9.89 14.35 3.11 -
YUV 95.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 82 116 24 0.29 0 0.79 0.55 82.17 0.66 0.27
Hex 52 74 18 1D 0 4F 37 52 42 1B
Octal 122 164 30 35 0 117 67 122 102 33
Binary 1010010 1110100 11000 11101 0 1001111 110111 1010010 1000010 11011

Color Harmonies of #527418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527418

Black with #527418

Text Example


Text Example

White with #527418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527418; }

 p { color: rgb(82,116,24); }

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

background-color css

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

 a { background-color: rgb(82,116,24); }

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

border-color css

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

 span { border-color: rgb(82,116,24); }

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