#527743

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

Shades of Fern Green #527743

Tints of Fern Green #527743

Color information

#527743 (or 0x527743) is unknown color: approx Fern Green. HEX triplet: 52, 77 and 43. RGB value is (82,119,67). Sum of RGB (Red+Green+Blue) = 82+119+67=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #527743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527743 is #AD88BC. Grayscale: #666666. Windows color (decimal): -11372733 or 4421458. OLE color: 4421458.

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

Color convert

RGB8211967-
CMYK0.3100.440.53
HSL102.69º27.96%36.47%-
HSV(B)102.69º43.7%46.67%-
XYZ11.0915.397.7-
YUV102.01108.24113.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 67 (26.56% from 255) = 25%
R=30.60%
G=44.40%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119670.3100.440.53102.6927.9636.47
Hex5277431F02C35671c24
Octal12216710337054651473444
Binary101001011101111000011111110101100110101110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527743; }

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

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

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

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

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

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

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

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