Html Css Color HEX #468B42 Fern Green

📋 copy color: '#468B42'

red 70 ◦ green 139 ◦ blue 66

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

Shades of Fern Green #468B42

Tints of Fern Green #468B42

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 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

#468B42 (or 0x468B42) is known color: 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

RGB 70 139 66 -
CMYK 0.50 0 0.53 0.45
HSL 116.71º 0.36% 0.4% -
HSV(B) 116.71º 0.53% 0.55% -
XYZ 12.74 20.16 8.37 -
YUV 110.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 70 139 66 0.50 0 0.53 0.45 116.71 0.36 0.4
Hex 46 8B 42 32 0 35 2D 75 24 28
Octal 106 213 102 62 0 65 55 165 44 50
Binary 1000110 10001011 1000010 110010 0 110101 101101 1110101 100100 101000

Color Harmonies of #468B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B42

Black with #468B42

Text Example


Text Example

White with #468B42

Text Example


Text Example

HTML Codes & Css Web 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>