#42793C

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

Shades of Fern Green #42793C

Tints of Fern Green #42793C

Color information

#42793C (or 0x42793C) is unknown color: approx Fern Green. HEX triplet: 42, 79 and 3C. RGB value is (66,121,60). Sum of RGB (Red+Green+Blue) = 66+121+60=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #42793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42793C is #BD86C3. Grayscale: #616161. Windows color (decimal): -12420804 or 3963202. OLE color: 3963202.

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

Color convert

RGB6612160-
CMYK0.4500.500.53
HSL114.1º33.7%35.49%-
HSV(B)114.1º50.41%47.45%-
XYZ9.915.166.68-
YUV97.6106.78105.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 121 (47.66% from 255) = 48.99%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=26.72%
G=48.99%
B=24.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121600.4500.500.53114.133.735.49
Hex42793C2D03235722223
Octal1021717455062651624243
Binary1000010111100111110010110101100101101011110010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42793C; }

 p { color: rgb(66,121,60); }

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

<style>
 a { background-color: #42793C; }

 a { background-color: rgb(66,121,60); }

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

<style>
 span { border-color: #42793C; }

 span { border-color: rgb(66,121,60); }

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