#538038

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

Shades of Fern Green #538038

Tints of Fern Green #538038

Color information

#538038 (or 0x538038) is unknown color: approx Fern Green. HEX triplet: 53, 80 and 38. RGB value is (83,128,56). Sum of RGB (Red+Green+Blue) = 83+128+56=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #538038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538038 is #AC7FC7. Grayscale: #6A6A6A. Windows color (decimal): -11304904 or 3702867. OLE color: 3702867.

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

Color convert

RGB8312856-
CMYK0.3500.560.50
HSL97.5º39.13%36.08%-
HSV(B)97.5º56.25%50.2%-
XYZ1217.566.5-
YUV106.3499.59111.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=31.09%
G=47.94%
B=20.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83128560.3500.560.5097.539.1336.08
Hex5380382303832622724
Octal1232007043070621424744
Binary10100111000000011100010001101110001100101100010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538038; }

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

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

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

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

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

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

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

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