#538242

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

Shades of Fern Green #538242

Tints of Fern Green #538242

Color information

#538242 (or 0x538242) is unknown color: approx Fern Green. HEX triplet: 53, 82 and 42. RGB value is (83,130,66). Sum of RGB (Red+Green+Blue) = 83+130+66=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #538242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538242 is #AC7DBD. Grayscale: #6C6C6C. Windows color (decimal): -11304382 or 4358739. OLE color: 4358739.

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

Color convert

RGB8313066-
CMYK0.3600.490.49
HSL104.06º32.65%38.43%-
HSV(B)104.06º49.23%50.98%-
XYZ12.5318.28.01-
YUV108.65103.93109.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=29.75%
G=46.59%
B=23.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83130660.3600.490.49104.0632.6538.43
Hex5382422403131682126
Octal12320210244061611504146
Binary101001110000010100001010010001100011100011101000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538242; }

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

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

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

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

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

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

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

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