Html Css Color HEX #4B7448 Fern Green

📋 copy color: '#4B7448'

red 75 ◦ green 116 ◦ blue 72

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

Shades of Fern Green #4B7448

Tints of Fern Green #4B7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 28.52%
G = 44.11%
B = 27.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#4B7448 (or 0x4B7448) is known color: Fern Green. HEX triplet: 4B, 74 and 48. RGB value is (75,116,72). Sum of RGB (Red+Green+Blue) = 75+116+72=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7448 is #B48BB7. Grayscale: #626262. Windows color (decimal): -11832248 or 4748363. OLE color: 4748363.

HSL color Cylindrical-coordinate representation of color #4B7448: hue angle of 115.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7448 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 116 72 -
CMYK 0.35 0 0.38 0.55
HSL 115.91º 0.23% 0.37% -
HSV(B) 115.91º 0.38% 0.45% -
XYZ 10.32 14.45 8.38 -
YUV 98.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 75 116 72 0.35 0 0.38 0.55 115.91 0.23 0.37
Hex 4B 74 48 23 0 26 37 74 17 25
Octal 113 164 110 43 0 46 67 164 27 45
Binary 1001011 1110100 1001000 100011 0 100110 110111 1110100 10111 100101

Color Harmonies of #4B7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7448

Black with #4B7448

Text Example


Text Example

White with #4B7448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,116,72); }

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

background-color css

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

 a { background-color: rgb(75,116,72); }

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

border-color css

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

 span { border-color: rgb(75,116,72); }

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