Html Css Color HEX #4B7641 Fern Green

📋 copy color: '#4B7641'

red 75 ◦ green 118 ◦ blue 65

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

Shades of Fern Green #4B7641

Tints of Fern Green #4B7641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.74%

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

R = 29.07%
G = 45.74%
B = 25.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#4B7641 (or 0x4B7641) is known color: Fern Green. HEX triplet: 4B, 76 and 41. RGB value is (75,118,65). Sum of RGB (Red+Green+Blue) = 75+118+65=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7641 is #B489BE. Grayscale: #636363. Windows color (decimal): -11831743 or 4290123. OLE color: 4290123.

HSL color Cylindrical-coordinate representation of color #4B7641: hue angle of 108.68º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B7641 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 118 65 -
CMYK 0.36 0 0.45 0.54
HSL 108.68º 0.29% 0.36% -
HSV(B) 108.68º 0.45% 0.46% -
XYZ 10.33 14.83 7.32 -
YUV 99.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 75 118 65 0.36 0 0.45 0.54 108.68 0.29 0.36
Hex 4B 76 41 24 0 2D 36 6D 1D 24
Octal 113 166 101 44 0 55 66 155 35 44
Binary 1001011 1110110 1000001 100100 0 101101 110110 1101101 11101 100100

Color Harmonies of #4B7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7641

Black with #4B7641

Text Example


Text Example

White with #4B7641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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