Html Css Color HEX #4B7345 Fern Green

📋 copy color: '#4B7345'

red 75 ◦ green 115 ◦ blue 69

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

Shades of Fern Green #4B7345

Tints of Fern Green #4B7345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 28.96%
G = 44.4%
B = 26.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#4B7345 (or 0x4B7345) is known color: Fern Green. HEX triplet: 4B, 73 and 45. RGB value is (75,115,69). Sum of RGB (Red+Green+Blue) = 75+115+69=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7345 is #B48CBA. Grayscale: #616161. Windows color (decimal): -11832507 or 4551499. OLE color: 4551499.

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

Color convert

RGB 75 115 69 -
CMYK 0.35 0 0.4 0.55
HSL 112.17º 0.25% 0.36% -
HSV(B) 112.17º 0.4% 0.45% -
XYZ 10.11 14.19 7.84 -
YUV 97.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 75 115 69 0.35 0 0.4 0.55 112.17 0.25 0.36
Hex 4B 73 45 23 0 28 37 70 19 24
Octal 113 163 105 43 0 50 67 160 31 44
Binary 1001011 1110011 1000101 100011 0 101000 110111 1110000 11001 100100

Color Harmonies of #4B7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7345

Black with #4B7345

Text Example


Text Example

White with #4B7345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,115,69); }

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

background-color css

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

 a { background-color: rgb(75,115,69); }

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

border-color css

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

 span { border-color: rgb(75,115,69); }

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