Html Css Color HEX #468C42 Fern Green

📋 copy color: '#468C42'

red 70 ◦ green 140 ◦ blue 66

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

Shades of Fern Green #468C42

Tints of Fern Green #468C42

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.72%

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

R = 25.36%
G = 50.72%
B = 23.91%

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

#468C42 (or 0x468C42) is known color: Fern Green. HEX triplet: 46, 8C and 42. RGB value is (70,140,66). Sum of RGB (Red+Green+Blue) = 70+140+66=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #468C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C42 is #B973BD. Grayscale: #6E6E6E. Windows color (decimal): -12153790 or 4361286. OLE color: 4361286.

HSL color Cylindrical-coordinate representation of color #468C42: hue angle of 116.76º 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 #468C42 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 140 66 -
CMYK 0.50 0 0.53 0.45
HSL 116.76º 0.36% 0.4% -
HSV(B) 116.76º 0.53% 0.55% -
XYZ 12.89 20.45 8.42 -
YUV 110.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 70 140 66 0.50 0 0.53 0.45 116.76 0.36 0.4
Hex 46 8C 42 32 0 35 2D 75 24 28
Octal 106 214 102 62 0 65 55 165 44 50
Binary 1000110 10001100 1000010 110010 0 110101 101101 1110101 100100 101000

Color Harmonies of #468C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C42

Black with #468C42

Text Example


Text Example

White with #468C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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