#538641

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

Shades of Fern Green #538641

Tints of Fern Green #538641

Color information

#538641 (or 0x538641) is unknown color: approx Fern Green. HEX triplet: 53, 86 and 41. RGB value is (83,134,65). Sum of RGB (Red+Green+Blue) = 83+134+65=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #538641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538641 is #AC79BE. Grayscale: #6F6F6F. Windows color (decimal): -11303359 or 4294227. OLE color: 4294227.

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

Color convert

RGB8313465-
CMYK0.3800.510.47
HSL104.35º34.67%39.02%-
HSV(B)104.35º51.49%52.55%-
XYZ13.0519.278.03-
YUV110.88102.1108.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=29.43%
G=47.52%
B=23.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134650.3800.510.47104.3534.6739.02
Hex538641260332F682327
Octal12320610146063571504347
Binary101001110000110100000110011001100111011111101000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538641; }

 p { color: rgb(83,134,65); }

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

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

 a { background-color: rgb(83,134,65); }

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

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

 span { border-color: rgb(83,134,65); }

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