Html Css Color HEX #468F40 Fern Green

📋 copy color: '#468F40'

red 70 ◦ green 143 ◦ blue 64

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

Shades of Fern Green #468F40

Tints of Fern Green #468F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.62%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 25.27%
G = 51.62%
B = 23.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#468F40 (or 0x468F40) is known color: Fern Green. HEX triplet: 46, 8F and 40. RGB value is (70,143,64). Sum of RGB (Red+Green+Blue) = 70+143+64=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #468F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468F40 is #B970BF. Grayscale: #707070. Windows color (decimal): -12153024 or 4230982. OLE color: 4230982.

HSL color Cylindrical-coordinate representation of color #468F40: hue angle of 115.44º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #468F40 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 143 64 -
CMYK 0.51 0 0.55 0.44
HSL 115.44º 0.38% 0.41% -
HSV(B) 115.44º 0.55% 0.56% -
XYZ 13.27 21.32 8.27 -
YUV 112.17 100.82 97.92 -
System Red Green Blue C M Y K H S L
Decimal 70 143 64 0.51 0 0.55 0.44 115.44 0.38 0.41
Hex 46 8F 40 33 0 37 2C 73 26 29
Octal 106 217 100 63 0 67 54 163 46 51
Binary 1000110 10001111 1000000 110011 0 110111 101100 1110011 100110 101001

Color Harmonies of #468F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468F40

Black with #468F40

Text Example


Text Example

White with #468F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,143,64); }

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

background-color css

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

 a { background-color: rgb(70,143,64); }

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

border-color css

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

 span { border-color: rgb(70,143,64); }

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