Html Css Color HEX #467242 Fern Green

📋 copy color: '#467242'

red 70 ◦ green 114 ◦ blue 66

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

Shades of Fern Green #467242

Tints of Fern Green #467242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 28%
G = 45.6%
B = 26.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#467242 (or 0x467242) is known color: Fern Green. HEX triplet: 46, 72 and 42. RGB value is (70,114,66). Sum of RGB (Red+Green+Blue) = 70+114+66=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #467242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467242 is #B98DBD. Grayscale: #5F5F5F. Windows color (decimal): -12160446 or 4354630. OLE color: 4354630.

HSL color Cylindrical-coordinate representation of color #467242: hue angle of 115º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467242 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 66 -
CMYK 0.39 0 0.42 0.55
HSL 115º 0.27% 0.35% -
HSV(B) 115º 0.42% 0.45% -
XYZ 9.53 13.73 7.3 -
YUV 95.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 70 114 66 0.39 0 0.42 0.55 115 0.27 0.35
Hex 46 72 42 27 0 2A 37 73 1B 23
Octal 106 162 102 47 0 52 67 163 33 43
Binary 1000110 1110010 1000010 100111 0 101010 110111 1110011 11011 100011

Color Harmonies of #467242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467242

Black with #467242

Text Example


Text Example

White with #467242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467242; }

 p { color: rgb(70,114,66); }

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

background-color css

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

 a { background-color: rgb(70,114,66); }

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

border-color css

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

 span { border-color: rgb(70,114,66); }

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