#527234

Color #527234 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #527234

Tints of Green Leaf #527234

Color information

#527234 (or 0x527234) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 34. RGB value is (82,114,52). Sum of RGB (Red+Green+Blue) = 82+114+52=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #527234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527234 is #AD8DCB. Grayscale: #616161. Windows color (decimal): -11374028 or 3437138. OLE color: 3437138.

HSL color Cylindrical-coordinate representation of color #527234: hue angle of 90.97º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527234 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB8211452-
CMYK0.2800.540.55
HSL90.97º37.35%32.55%-
HSV(B)90.97º54.39%44.71%-
XYZ10.1214.085.43-
YUV97.36102.4117.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=33.06%
G=45.97%
B=20.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114520.2800.540.5590.9737.3532.55
Hex5272341C036375b2521
Octal1221626434066671334541
Binary101001011100101101001110001101101101111011011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527234; }

 p { color: rgb(82,114,52); }

 H1.HeaderClassName
 {
   color: #527234;
 }
 .AnyTagClassName
 {
   color: #527234;
 }
</style>
background-color css

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

 a { background-color: rgb(82,114,52); }

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

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

 span { border-color: rgb(82,114,52); }

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