Html Css Color HEX #4B7141 Fern Green

📋 copy color: '#4B7141'

red 75 ◦ green 113 ◦ blue 65

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

Shades of Fern Green #4B7141

Tints of Fern Green #4B7141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.66%

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

R = 29.64%
G = 44.66%
B = 25.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#4B7141 (or 0x4B7141) is known color: Fern Green. HEX triplet: 4B, 71 and 41. RGB value is (75,113,65). Sum of RGB (Red+Green+Blue) = 75+113+65=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7141 is #B48EBE. Grayscale: #606060. Windows color (decimal): -11833023 or 4288843. OLE color: 4288843.

HSL color Cylindrical-coordinate representation of color #4B7141: hue angle of 107.5º 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 #4B7141 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 113 65 -
CMYK 0.34 0 0.42 0.56
HSL 107.5º 0.27% 0.35% -
HSV(B) 107.5º 0.42% 0.44% -
XYZ 9.76 13.69 7.13 -
YUV 96.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 75 113 65 0.34 0 0.42 0.56 107.5 0.27 0.35
Hex 4B 71 41 22 0 2A 38 6C 1B 23
Octal 113 161 101 42 0 52 70 154 33 43
Binary 1001011 1110001 1000001 100010 0 101010 111000 1101100 11011 100011

Color Harmonies of #4B7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7141

Black with #4B7141

Text Example


Text Example

White with #4B7141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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