Html Css Color HEX #468042 Fern Green

📋 copy color: '#468042'

red 70 ◦ green 128 ◦ blue 66

#468042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #468042

Tints of Fern Green #468042

RGB

 RED value IS 70 (27.73% from 255) = 26.52%

 GREEN value IS 128 (50.39% from 255) = 48.48%

 BLUE value IS 66 (26.17% from 255) = 25%

R = 26.52%
G = 48.48%
B = 25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#468042 (or 0x468042) is known color: Fern Green. HEX triplet: 46, 80 and 42. RGB value is (70,128,66). Sum of RGB (Red+Green+Blue) = 70+128+66=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #468042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468042 is #B97FBD. Grayscale: #676767. Windows color (decimal): -12156862 or 4358214. OLE color: 4358214.

HSL color Cylindrical-coordinate representation of color #468042: hue angle of 116.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468042 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 66 -
CMYK 0.45 0 0.48 0.50
HSL 116.13º 0.32% 0.38% -
HSV(B) 116.13º 0.48% 0.5% -
XYZ 11.23 17.13 7.87 -
YUV 103.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 70 128 66 0.45 0 0.48 0.50 116.13 0.32 0.38
Hex 46 80 42 2D 0 30 32 74 20 26
Octal 106 200 102 55 0 60 62 164 40 46
Binary 1000110 10000000 1000010 101101 0 110000 110010 1110100 100000 100110

Color Harmonies of #468042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468042

Black with #468042

Text Example


Text Example

White with #468042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468042; }

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

 H1.HeaderClassName
 {
   color: #468042;
 }
 .AnyTagClassName
 {
   color: #468042;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #468042;
 }
 .BgClassName
 {
   background-color: #468042;
 }
</style>

border-color css

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

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

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