#527233

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

Shades of Green Leaf #527233

Tints of Green Leaf #527233

Color information

#527233 (or 0x527233) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 33. RGB value is (82,114,51). Sum of RGB (Red+Green+Blue) = 82+114+51=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #527233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527233 is #AD8DCC. Grayscale: #616161. Windows color (decimal): -11374029 or 3371602. OLE color: 3371602.

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

Color convert

RGB8211451-
CMYK0.2800.550.55
HSL90.48º38.18%32.35%-
HSV(B)90.48º55.26%44.71%-
XYZ10.0914.075.32-
YUV97.25101.9117.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=33.20%
G=46.15%
B=20.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114510.2800.550.5590.4838.1832.35
Hex5272331C037375a2620
Octal1221626334067671324640
Binary101001011100101100111110001101111101111011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527233; }

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

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

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

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

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

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

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

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