Html Css Color HEX #4B7041 Fern Green

📋 copy color: '#4B7041'

red 75 ◦ green 112 ◦ blue 65

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

Shades of Fern Green #4B7041

Tints of Fern Green #4B7041

RGB

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

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

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

R = 29.76%
G = 44.44%
B = 25.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#4B7041 (or 0x4B7041) is known color: Fern Green. HEX triplet: 4B, 70 and 41. RGB value is (75,112,65). Sum of RGB (Red+Green+Blue) = 75+112+65=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7041 is #B48FBE. Grayscale: #5F5F5F. Windows color (decimal): -11833279 or 4288587. OLE color: 4288587.

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

Color convert

RGB 75 112 65 -
CMYK 0.33 0 0.42 0.56
HSL 107.23º 0.27% 0.35% -
HSV(B) 107.23º 0.42% 0.44% -
XYZ 9.65 13.47 7.09 -
YUV 95.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 75 112 65 0.33 0 0.42 0.56 107.23 0.27 0.35
Hex 4B 70 41 21 0 2A 38 6B 1B 23
Octal 113 160 101 41 0 52 70 153 33 43
Binary 1001011 1110000 1000001 100001 0 101010 111000 1101011 11011 100011

Color Harmonies of #4B7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7041

Black with #4B7041

Text Example


Text Example

White with #4B7041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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