#42763F

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

Shades of Fern Green #42763F

Tints of Fern Green #42763F

Color information

#42763F (or 0x42763F) is unknown color: approx Fern Green. HEX triplet: 42, 76 and 3F. RGB value is (66,118,63). Sum of RGB (Red+Green+Blue) = 66+118+63=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #42763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42763F is #BD89C0. Grayscale: #606060. Windows color (decimal): -12421569 or 4159042. OLE color: 4159042.

HSL color Cylindrical-coordinate representation of color #42763F: hue angle of 116.73º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42763F is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB6611863-
CMYK0.4400.470.54
HSL116.73º30.39%35.49%-
HSV(B)116.73º46.61%46.27%-
XYZ9.6214.476.99-
YUV96.18109.27106.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 63 (25% from 255) = 25.51%
R=26.72%
G=47.77%
B=25.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118630.4400.470.54116.7330.3935.49
Hex42763F2C02F36751e23
Octal1021667754057661653643
Binary100001011101101111111011000101111110110111010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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