#41803D

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

Shades of Fern Green #41803D

Tints of Fern Green #41803D

Color information

#41803D (or 0x41803D) is unknown color: approx Fern Green. HEX triplet: 41, 80 and 3D. RGB value is (65,128,61). Sum of RGB (Red+Green+Blue) = 65+128+61=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #41803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41803D is #BE7FC2. Grayscale: #656565. Windows color (decimal): -12484547 or 4030529. OLE color: 4030529.

HSL color Cylindrical-coordinate representation of color #41803D: hue angle of 116.42º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41803D is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB6512861-
CMYK0.4900.520.50
HSL116.42º35.45%37.06%-
HSV(B)116.42º52.34%50.2%-
XYZ10.7416.97.11-
YUV101.52105.13101.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 128 (50.39% from 255) = 50.39%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=25.59%
G=50.39%
B=24.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128610.4900.520.50116.4235.4537.06
Hex41803D3103432742325
Octal1012007561064621644345
Binary10000011000000011110111000101101001100101110100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41803D; }

 p { color: rgb(65,128,61); }

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

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

 a { background-color: rgb(65,128,61); }

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

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

 span { border-color: rgb(65,128,61); }

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