Html Css Color HEX #467F38 Fern Green

📋 copy color: '#467F38'

red 70 ◦ green 127 ◦ blue 56

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

Shades of Fern Green #467F38

Tints of Fern Green #467F38

RGB

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

 GREEN value IS 127 (50% from 255) = 50.2%

 BLUE value IS 56 (22.27% from 255) = 22.13%

R = 27.67%
G = 50.2%
B = 22.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#467F38 (or 0x467F38) is known color: Fern Green. HEX triplet: 46, 7F and 38. RGB value is (70,127,56). Sum of RGB (Red+Green+Blue) = 70+127+56=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #467F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F38 is #B980C7. Grayscale: #666666. Windows color (decimal): -12157128 or 3702598. OLE color: 3702598.

HSL color Cylindrical-coordinate representation of color #467F38: hue angle of 108.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #467F38 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 56 -
CMYK 0.45 0 0.56 0.50
HSL 108.17º 0.39% 0.36% -
HSV(B) 108.17º 0.56% 0.5% -
XYZ 10.83 16.77 6.41 -
YUV 101.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 70 127 56 0.45 0 0.56 0.50 108.17 0.39 0.36
Hex 46 7F 38 2D 0 38 32 6C 27 24
Octal 106 177 70 55 0 70 62 154 47 44
Binary 1000110 1111111 111000 101101 0 111000 110010 1101100 100111 100100

Color Harmonies of #467F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F38

Black with #467F38

Text Example


Text Example

White with #467F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467F38; }

 p { color: rgb(70,127,56); }

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

background-color css

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

 a { background-color: rgb(70,127,56); }

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

border-color css

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

 span { border-color: rgb(70,127,56); }

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