Html Css Color HEX #467A41 Fern Green

📋 copy color: '#467A41'

red 70 ◦ green 122 ◦ blue 65

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

Shades of Fern Green #467A41

Tints of Fern Green #467A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.47%

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 27.24%
G = 47.47%
B = 25.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#467A41 (or 0x467A41) is known color: Fern Green. HEX triplet: 46, 7A and 41. RGB value is (70,122,65). Sum of RGB (Red+Green+Blue) = 70+122+65=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #467A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A41 is #B985BE. Grayscale: #646464. Windows color (decimal): -12158399 or 4291142. OLE color: 4291142.

HSL color Cylindrical-coordinate representation of color #467A41: hue angle of 114.74º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467A41 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 122 65 -
CMYK 0.43 0 0.47 0.52
HSL 114.74º 0.3% 0.37% -
HSV(B) 114.74º 0.47% 0.48% -
XYZ 10.44 15.6 7.46 -
YUV 99.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 70 122 65 0.43 0 0.47 0.52 114.74 0.3 0.37
Hex 46 7A 41 2B 0 2F 34 73 1E 25
Octal 106 172 101 53 0 57 64 163 36 45
Binary 1000110 1111010 1000001 101011 0 101111 110100 1110011 11110 100101

Color Harmonies of #467A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A41

Black with #467A41

Text Example


Text Example

White with #467A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,122,65); }

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

background-color css

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

 a { background-color: rgb(70,122,65); }

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

border-color css

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

 span { border-color: rgb(70,122,65); }

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