Html Css Color HEX #468D42 Fern Green

📋 copy color: '#468D42'

red 70 ◦ green 141 ◦ blue 66

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

Shades of Fern Green #468D42

Tints of Fern Green #468D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.9%

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

R = 25.27%
G = 50.9%
B = 23.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#468D42 (or 0x468D42) is known color: Fern Green. HEX triplet: 46, 8D and 42. RGB value is (70,141,66). Sum of RGB (Red+Green+Blue) = 70+141+66=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #468D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D42 is #B972BD. Grayscale: #6F6F6F. Windows color (decimal): -12153534 or 4361542. OLE color: 4361542.

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

Color convert

RGB 70 141 66 -
CMYK 0.50 0 0.53 0.45
HSL 116.8º 0.36% 0.41% -
HSV(B) 116.8º 0.53% 0.55% -
XYZ 13.03 20.75 8.47 -
YUV 111.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 70 141 66 0.50 0 0.53 0.45 116.8 0.36 0.41
Hex 46 8D 42 32 0 35 2D 75 24 29
Octal 106 215 102 62 0 65 55 165 44 51
Binary 1000110 10001101 1000010 110010 0 110101 101101 1110101 100100 101001

Color Harmonies of #468D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D42

Black with #468D42

Text Example


Text Example

White with #468D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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