#42783A

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

Shades of Fern Green #42783A

Tints of Fern Green #42783A

Color information

#42783A (or 0x42783A) is unknown color: approx Fern Green. HEX triplet: 42, 78 and 3A. RGB value is (66,120,58). Sum of RGB (Red+Green+Blue) = 66+120+58=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #42783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42783A is #BD87C5. Grayscale: #606060. Windows color (decimal): -12421062 or 3831874. OLE color: 3831874.

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

Color convert

RGB6612058-
CMYK0.4500.520.53
HSL112.26º34.83%34.9%-
HSV(B)112.26º51.67%47.06%-
XYZ9.7314.96.37-
YUV96.79106.11106.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=27.05%
G=49.18%
B=23.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120580.4500.520.53112.2634.8334.9
Hex42783A2D03435702323
Octal1021707255064651604343
Binary1000010111100011101010110101101001101011110000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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