Html Css Color HEX #4B7441 Fern Green

📋 copy color: '#4B7441'

red 75 ◦ green 116 ◦ blue 65

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

Shades of Fern Green #4B7441

Tints of Fern Green #4B7441

RGB

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

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

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

R = 29.3%
G = 45.31%
B = 25.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#4B7441 (or 0x4B7441) is known color: Fern Green. HEX triplet: 4B, 74 and 41. RGB value is (75,116,65). Sum of RGB (Red+Green+Blue) = 75+116+65=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7441 is #B48BBE. Grayscale: #626262. Windows color (decimal): -11832255 or 4289611. OLE color: 4289611.

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

Color convert

RGB 75 116 65 -
CMYK 0.35 0 0.44 0.55
HSL 108.24º 0.28% 0.35% -
HSV(B) 108.24º 0.44% 0.45% -
XYZ 10.1 14.37 7.24 -
YUV 97.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 75 116 65 0.35 0 0.44 0.55 108.24 0.28 0.35
Hex 4B 74 41 23 0 2C 37 6C 1C 23
Octal 113 164 101 43 0 54 67 154 34 43
Binary 1001011 1110100 1000001 100011 0 101100 110111 1101100 11100 100011

Color Harmonies of #4B7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7441

Black with #4B7441

Text Example


Text Example

White with #4B7441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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