#42763D

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

Shades of Fern Green #42763D

Tints of Fern Green #42763D

Color information

#42763D (or 0x42763D) is unknown color: approx Fern Green. HEX triplet: 42, 76 and 3D. RGB value is (66,118,61). Sum of RGB (Red+Green+Blue) = 66+118+61=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #42763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42763D is #BD89C2. Grayscale: #606060. Windows color (decimal): -12421571 or 4027970. OLE color: 4027970.

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

Color convert

RGB6611861-
CMYK0.4400.480.54
HSL114.74º31.84%35.1%-
HSV(B)114.74º48.31%46.27%-
XYZ9.5714.456.7-
YUV95.95108.27106.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=26.94%
G=48.16%
B=24.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118610.4400.480.54114.7431.8435.1
Hex42763D2C03036732023
Octal1021667554060661634043
Binary1000010111011011110110110001100001101101110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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