#41823D

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

Shades of Fern Green #41823D

Tints of Fern Green #41823D

Color information

#41823D (or 0x41823D) is unknown color: approx Fern Green. HEX triplet: 41, 82 and 3D. RGB value is (65,130,61). Sum of RGB (Red+Green+Blue) = 65+130+61=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #41823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41823D is #BE7DC2. Grayscale: #666666. Windows color (decimal): -12484035 or 4031041. OLE color: 4031041.

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

Color convert

RGB6513061-
CMYK0.5000.530.49
HSL116.52º36.13%37.45%-
HSV(B)116.52º53.08%50.98%-
XYZ1117.437.2-
YUV102.7104.47101.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=25.39%
G=50.78%
B=23.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130610.5000.530.49116.5236.1337.45
Hex41823D3203531752425
Octal1012027562065611654445
Binary10000011000001011110111001001101011100011110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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