#42763B

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

Shades of Fern Green #42763B

Tints of Fern Green #42763B

Color information

#42763B (or 0x42763B) is unknown color: approx Fern Green. HEX triplet: 42, 76 and 3B. RGB value is (66,118,59). Sum of RGB (Red+Green+Blue) = 66+118+59=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #42763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42763B is #BD89C4. Grayscale: #5F5F5F. Windows color (decimal): -12421573 or 3896898. OLE color: 3896898.

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

Color convert

RGB6611859-
CMYK0.4400.500.54
HSL112.88º33.33%34.71%-
HSV(B)112.88º50%46.27%-
XYZ9.5114.436.42-
YUV95.73107.27106.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=27.16%
G=48.56%
B=24.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118590.4400.500.54112.8833.3334.71
Hex42763B2C03236712123
Octal1021667354062661614143
Binary1000010111011011101110110001100101101101110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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