#42773F

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

Shades of Fern Green #42773F

Tints of Fern Green #42773F

Color information

#42773F (or 0x42773F) is unknown color: approx Fern Green. HEX triplet: 42, 77 and 3F. RGB value is (66,119,63). Sum of RGB (Red+Green+Blue) = 66+119+63=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #42773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42773F is #BD88C0. Grayscale: #606060. Windows color (decimal): -12421313 or 4159298. OLE color: 4159298.

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

Color convert

RGB6611963-
CMYK0.4500.470.53
HSL116.79º30.77%35.69%-
HSV(B)116.79º47.06%46.67%-
XYZ9.7414.717.03-
YUV96.77108.94106.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 63 (25% from 255) = 25.40%
R=26.61%
G=47.98%
B=25.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119630.4500.470.53116.7930.7735.69
Hex42773F2D02F35751f24
Octal1021677755057651653744
Binary100001011101111111111011010101111110101111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42773F; }

 p { color: rgb(66,119,63); }

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

<style>
 a { background-color: #42773F; }

 a { background-color: rgb(66,119,63); }

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

<style>
 span { border-color: #42773F; }

 span { border-color: rgb(66,119,63); }

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