#42783B

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

Shades of Fern Green #42783B

Tints of Fern Green #42783B

Color information

#42783B (or 0x42783B) is unknown color: approx Fern Green. HEX triplet: 42, 78 and 3B. RGB value is (66,120,59). Sum of RGB (Red+Green+Blue) = 66+120+59=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #42783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42783B is #BD87C4. Grayscale: #616161. Windows color (decimal): -12421061 or 3897410. OLE color: 3897410.

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

Color convert

RGB6612059-
CMYK0.4500.510.53
HSL113.11º34.08%35.1%-
HSV(B)113.11º50.83%47.06%-
XYZ9.7514.916.5-
YUV96.9106.61105.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=26.94%
G=48.98%
B=24.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120590.4500.510.53113.1134.0835.1
Hex42783B2D03335712223
Octal1021707355063651614243
Binary1000010111100011101110110101100111101011110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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