#538044

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

Shades of Fern Green #538044

Tints of Fern Green #538044

Color information

#538044 (or 0x538044) is unknown color: approx Fern Green. HEX triplet: 53, 80 and 44. RGB value is (83,128,68). Sum of RGB (Red+Green+Blue) = 83+128+68=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #538044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538044 is #AC7FBB. Grayscale: #6B6B6B. Windows color (decimal): -11304892 or 4489299. OLE color: 4489299.

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

Color convert

RGB8312868-
CMYK0.3500.470.50
HSL105º30.61%38.43%-
HSV(B)105º46.88%50.2%-
XYZ12.3317.698.23-
YUV107.7105.59110.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=29.75%
G=45.88%
B=24.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83128680.3500.470.5010530.6138.43
Hex5380442302F32691f26
Octal12320010443057621513746
Binary10100111000000010001001000110101111110010110100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538044; }

 p { color: rgb(83,128,68); }

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

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

 a { background-color: rgb(83,128,68); }

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

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

 span { border-color: rgb(83,128,68); }

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