Html Css Color HEX #468240 Fern Green

📋 copy color: '#468240'

red 70 ◦ green 130 ◦ blue 64

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

Shades of Fern Green #468240

Tints of Fern Green #468240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

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

R = 26.52%
G = 49.24%
B = 24.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#468240 (or 0x468240) is known color: Fern Green. HEX triplet: 46, 82 and 40. RGB value is (70,130,64). Sum of RGB (Red+Green+Blue) = 70+130+64=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #468240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468240 is #B97DBF. Grayscale: #686868. Windows color (decimal): -12156352 or 4227654. OLE color: 4227654.

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

Color convert

RGB 70 130 64 -
CMYK 0.46 0 0.51 0.49
HSL 114.55º 0.34% 0.38% -
HSV(B) 114.55º 0.51% 0.51% -
XYZ 11.43 17.64 7.65 -
YUV 104.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 70 130 64 0.46 0 0.51 0.49 114.55 0.34 0.38
Hex 46 82 40 2E 0 33 31 73 22 26
Octal 106 202 100 56 0 63 61 163 42 46
Binary 1000110 10000010 1000000 101110 0 110011 110001 1110011 100010 100110

Color Harmonies of #468240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468240

Black with #468240

Text Example


Text Example

White with #468240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468240; }

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

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

background-color css

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

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

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

border-color css

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

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

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