#42783D

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

Shades of Fern Green #42783D

Tints of Fern Green #42783D

Color information

#42783D (or 0x42783D) is unknown color: approx Fern Green. HEX triplet: 42, 78 and 3D. RGB value is (66,120,61). Sum of RGB (Red+Green+Blue) = 66+120+61=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #42783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42783D is #BD87C2. Grayscale: #616161. Windows color (decimal): -12421059 or 4028482. OLE color: 4028482.

HSL color Cylindrical-coordinate representation of color #42783D: hue angle of 114.92º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42783D is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB6612061-
CMYK0.4500.490.53
HSL114.92º32.6%35.49%-
HSV(B)114.92º49.17%47.06%-
XYZ9.8114.936.78-
YUV97.13107.61105.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=26.72%
G=48.58%
B=24.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120610.4500.490.53114.9232.635.49
Hex42783D2D03135732123
Octal1021707555061651634143
Binary1000010111100011110110110101100011101011110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,120,61); }

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

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

 a { background-color: rgb(66,120,61); }

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

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

 span { border-color: rgb(66,120,61); }

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