#538240

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

Shades of Fern Green #538240

Tints of Fern Green #538240

Color information

#538240 (or 0x538240) is unknown color: approx Fern Green. HEX triplet: 53, 82 and 40. RGB value is (83,130,64). Sum of RGB (Red+Green+Blue) = 83+130+64=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #538240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538240 is #AC7DBF. Grayscale: #6C6C6C. Windows color (decimal): -11304384 or 4227667. OLE color: 4227667.

HSL color Cylindrical-coordinate representation of color #538240: hue angle of 102.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #538240 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB8313064-
CMYK0.3600.510.49
HSL102.73º34.02%38.04%-
HSV(B)102.73º50.77%50.98%-
XYZ12.4818.177.7-
YUV108.42102.93109.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=29.96%
G=46.93%
B=23.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83130640.3600.510.49102.7334.0238.04
Hex5382402403331672226
Octal12320210044063611474246
Binary101001110000010100000010010001100111100011100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538240; }

 p { color: rgb(83,130,64); }

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

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

 a { background-color: rgb(83,130,64); }

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

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

 span { border-color: rgb(83,130,64); }

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