#527725

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

Shades of Green Leaf #527725

Tints of Green Leaf #527725

Color information

#527725 (or 0x527725) is unknown color: approx Green Leaf. HEX triplet: 52, 77 and 25. RGB value is (82,119,37). Sum of RGB (Red+Green+Blue) = 82+119+37=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #527725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527725 is #AD88DA. Grayscale: #626262. Windows color (decimal): -11372763 or 2455378. OLE color: 2455378.

HSL color Cylindrical-coordinate representation of color #527725: hue angle of 87.07º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #527725 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB8211937-
CMYK0.3100.690.53
HSL87.07º52.56%30.59%-
HSV(B)87.07º68.91%46.67%-
XYZ10.4115.124.12-
YUV98.5993.24116.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=34.45%
G=50%
B=15.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119370.3100.690.5387.0752.5630.59
Hex5277251F0453557351f
Octal12216745370105651276537
Binary101001011101111001011111101000101110101101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527725; }

 p { color: rgb(82,119,37); }

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

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

 a { background-color: rgb(82,119,37); }

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

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

 span { border-color: rgb(82,119,37); }

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