Html Css Color HEX #469040 Fern Green

📋 copy color: '#469040'

red 70 ◦ green 144 ◦ blue 64

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

Shades of Fern Green #469040

Tints of Fern Green #469040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.8%

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

R = 25.18%
G = 51.8%
B = 23.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#469040 (or 0x469040) is known color: Fern Green. HEX triplet: 46, 90 and 40. RGB value is (70,144,64). Sum of RGB (Red+Green+Blue) = 70+144+64=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #469040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469040 is #B96FBF. Grayscale: #717171. Windows color (decimal): -12152768 or 4231238. OLE color: 4231238.

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

Color convert

RGB 70 144 64 -
CMYK 0.51 0 0.56 0.44
HSL 115.5º 0.38% 0.41% -
HSV(B) 115.5º 0.56% 0.56% -
XYZ 13.42 21.62 8.32 -
YUV 112.75 100.48 97.5 -
System Red Green Blue C M Y K H S L
Decimal 70 144 64 0.51 0 0.56 0.44 115.5 0.38 0.41
Hex 46 90 40 33 0 38 2C 74 26 29
Octal 106 220 100 63 0 70 54 164 46 51
Binary 1000110 10010000 1000000 110011 0 111000 101100 1110100 100110 101001

Color Harmonies of #469040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469040

Black with #469040

Text Example


Text Example

White with #469040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469040; }

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

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

background-color css

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

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

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

border-color css

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

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

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