Html Css Color HEX #4B7046 Fern Green

📋 copy color: '#4B7046'

red 75 ◦ green 112 ◦ blue 70

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

Shades of Fern Green #4B7046

Tints of Fern Green #4B7046

RGB

 RED value IS 75 (29.69% from 255) = 29.18%

 GREEN value IS 112 (44.14% from 255) = 43.58%

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

R = 29.18%
G = 43.58%
B = 27.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#4B7046 (or 0x4B7046) is known color: Fern Green. HEX triplet: 4B, 70 and 46. RGB value is (75,112,70). Sum of RGB (Red+Green+Blue) = 75+112+70=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7046 is #B48FB9. Grayscale: #606060. Windows color (decimal): -11833274 or 4616267. OLE color: 4616267.

HSL color Cylindrical-coordinate representation of color #4B7046: hue angle of 112.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7046 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 70 -
CMYK 0.33 0 0.38 0.56
HSL 112.86º 0.23% 0.36% -
HSV(B) 112.86º 0.38% 0.44% -
XYZ 9.8 13.53 7.89 -
YUV 96.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 75 112 70 0.33 0 0.38 0.56 112.86 0.23 0.36
Hex 4B 70 46 21 0 26 38 71 17 24
Octal 113 160 106 41 0 46 70 161 27 44
Binary 1001011 1110000 1000110 100001 0 100110 111000 1110001 10111 100100

Color Harmonies of #4B7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7046

Black with #4B7046

Text Example


Text Example

White with #4B7046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B7046; }

 p { color: rgb(75,112,70); }

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

background-color css

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

 a { background-color: rgb(75,112,70); }

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

border-color css

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

 span { border-color: rgb(75,112,70); }

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