#527635

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

Shades of Green Leaf #527635

Tints of Green Leaf #527635

Color information

#527635 (or 0x527635) is unknown color: approx Green Leaf. HEX triplet: 52, 76 and 35. RGB value is (82,118,53). Sum of RGB (Red+Green+Blue) = 82+118+53=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #527635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527635 is #AD89CA. Grayscale: #646464. Windows color (decimal): -11373003 or 3503698. OLE color: 3503698.

HSL color Cylindrical-coordinate representation of color #527635: hue angle of 93.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #527635 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB8211853-
CMYK0.3100.550.54
HSL93.23º38.01%33.53%-
HSV(B)93.23º55.08%46.27%-
XYZ10.615.015.71-
YUV99.83101.57115.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=32.41%
G=46.64%
B=20.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118530.3100.550.5493.2338.0133.53
Hex5276351F037365d2622
Octal1221666537067661354642
Binary101001011101101101011111101101111101101011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527635; }

 p { color: rgb(82,118,53); }

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

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

 a { background-color: rgb(82,118,53); }

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

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

 span { border-color: rgb(82,118,53); }

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