Html Css Color HEX #468640 Fern Green

📋 copy color: '#468640'

red 70 ◦ green 134 ◦ blue 64

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

Shades of Fern Green #468640

Tints of Fern Green #468640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50%

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

R = 26.12%
G = 50%
B = 23.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#468640 (or 0x468640) is known color: Fern Green. HEX triplet: 46, 86 and 40. RGB value is (70,134,64). Sum of RGB (Red+Green+Blue) = 70+134+64=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #468640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468640 is #B979BF. Grayscale: #6B6B6B. Windows color (decimal): -12155328 or 4228678. OLE color: 4228678.

HSL color Cylindrical-coordinate representation of color #468640: hue angle of 114.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468640 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 64 -
CMYK 0.48 0 0.52 0.47
HSL 114.86º 0.35% 0.39% -
HSV(B) 114.86º 0.52% 0.53% -
XYZ 11.98 18.72 7.83 -
YUV 106.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 70 134 64 0.48 0 0.52 0.47 114.86 0.35 0.39
Hex 46 86 40 30 0 34 2F 73 23 27
Octal 106 206 100 60 0 64 57 163 43 47
Binary 1000110 10000110 1000000 110000 0 110100 101111 1110011 100011 100111

Color Harmonies of #468640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468640

Black with #468640

Text Example


Text Example

White with #468640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468640; }

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

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

background-color css

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

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

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

border-color css

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

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

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