Html Css Color HEX #4B7155 Como

📋 copy color: '#4B7155'

red 75 ◦ green 113 ◦ blue 85

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

Shades of Como #4B7155

Tints of Como #4B7155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 27.47%
G = 41.39%
B = 31.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#4B7155 (or 0x4B7155) is known color: Como. HEX triplet: 4B, 71 and 55. RGB value is (75,113,85). Sum of RGB (Red+Green+Blue) = 75+113+85=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7155 is #B48EAA. Grayscale: #626262. Windows color (decimal): -11833003 or 5599563. OLE color: 5599563.

HSL color Cylindrical-coordinate representation of color #4B7155: hue angle of 135.79º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7155 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 113 85 -
CMYK 0.34 0 0.25 0.56
HSL 135.79º 0.2% 0.37% -
HSV(B) 135.79º 0.34% 0.44% -
XYZ 10.45 13.96 10.74 -
YUV 98.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 75 113 85 0.34 0 0.25 0.56 135.79 0.2 0.37
Hex 4B 71 55 22 0 19 38 88 14 25
Octal 113 161 125 42 0 31 70 210 24 45
Binary 1001011 1110001 1010101 100010 0 11001 111000 10001000 10100 100101

Color Harmonies of #4B7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7155

Black with #4B7155

Text Example


Text Example

White with #4B7155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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