#468B42

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

Shades of Fern Green #468B42

Tints of Fern Green #468B42

Color information

#468B42 (or 0x468B42) is unknown color: approx Fern Green. HEX triplet: 46, 8B and 42. RGB value is (70,139,66). Sum of RGB (Red+Green+Blue) = 70+139+66=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #468B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468B42 is #B974BD. Grayscale: #6E6E6E. Windows color (decimal): -12154046 or 4361030. OLE color: 4361030.

HSL color Cylindrical-coordinate representation of color #468B42: hue angle of 116.71º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #468B42 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB7013966-
CMYK0.5000.530.45
HSL116.71º35.61%40.2%-
HSV(B)116.71º52.52%54.51%-
XYZ12.7420.168.37-
YUV110.05103.1499.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 66 (26.17% from 255) = 24%
R=25.45%
G=50.55%
B=24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70139660.5000.530.45116.7135.6140.2
Hex468B42320352D752428
Octal10621310262065551654450
Binary100011010001011100001011001001101011011011110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468B42; }

 p { color: rgb(70,139,66); }

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

<style>
 a { background-color: #468B42; }

 a { background-color: rgb(70,139,66); }

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

<style>
 span { border-color: #468B42; }

 span { border-color: rgb(70,139,66); }

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