Html Css Color HEX #467535 Fern Green

📋 copy color: '#467535'

red 70 ◦ green 117 ◦ blue 53

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

Shades of Fern Green #467535

Tints of Fern Green #467535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 29.17%
G = 48.75%
B = 22.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#467535 (or 0x467535) is known color: Fern Green. HEX triplet: 46, 75 and 35. RGB value is (70,117,53). Sum of RGB (Red+Green+Blue) = 70+117+53=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #467535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467535 is #B98ACA. Grayscale: #5F5F5F. Windows color (decimal): -12159691 or 3503430. OLE color: 3503430.

HSL color Cylindrical-coordinate representation of color #467535: hue angle of 104.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467535 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 53 -
CMYK 0.40 0 0.55 0.54
HSL 104.06º 0.38% 0.33% -
HSV(B) 104.06º 0.55% 0.46% -
XYZ 9.53 14.28 5.62 -
YUV 95.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 70 117 53 0.40 0 0.55 0.54 104.06 0.38 0.33
Hex 46 75 35 28 0 37 36 68 26 21
Octal 106 165 65 50 0 67 66 150 46 41
Binary 1000110 1110101 110101 101000 0 110111 110110 1101000 100110 100001

Color Harmonies of #467535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467535

Black with #467535

Text Example


Text Example

White with #467535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467535; }

 p { color: rgb(70,117,53); }

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

background-color css

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

 a { background-color: rgb(70,117,53); }

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

border-color css

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

 span { border-color: rgb(70,117,53); }

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