Html Css Color HEX #468340 Fern Green

📋 copy color: '#468340'

red 70 ◦ green 131 ◦ blue 64

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

Shades of Fern Green #468340

Tints of Fern Green #468340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.43%

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

R = 26.42%
G = 49.43%
B = 24.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#468340 (or 0x468340) is known color: Fern Green. HEX triplet: 46, 83 and 40. RGB value is (70,131,64). Sum of RGB (Red+Green+Blue) = 70+131+64=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #468340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468340 is #B97CBF. Grayscale: #696969. Windows color (decimal): -12156096 or 4227910. OLE color: 4227910.

HSL color Cylindrical-coordinate representation of color #468340: hue angle of 114.63º 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 #468340 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 64 -
CMYK 0.47 0 0.51 0.49
HSL 114.63º 0.34% 0.38% -
HSV(B) 114.63º 0.51% 0.51% -
XYZ 11.57 17.9 7.7 -
YUV 105.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 70 131 64 0.47 0 0.51 0.49 114.63 0.34 0.38
Hex 46 83 40 2F 0 33 31 73 22 26
Octal 106 203 100 57 0 63 61 163 42 46
Binary 1000110 10000011 1000000 101111 0 110011 110001 1110011 100010 100110

Color Harmonies of #468340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468340

Black with #468340

Text Example


Text Example

White with #468340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468340; }

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

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

background-color css

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

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

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

border-color css

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

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

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