Html Css Color HEX #4B885D Como

📋 copy color: '#4B885D'

red 75 ◦ green 136 ◦ blue 93

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

Shades of Como #4B885D

Tints of Como #4B885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 24.67%
G = 44.74%
B = 30.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#4B885D (or 0x4B885D) is known color: Como. HEX triplet: 4B, 88 and 5D. RGB value is (75,136,93). Sum of RGB (Red+Green+Blue) = 75+136+93=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #4B885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B885D is #B477A2. Grayscale: #707070. Windows color (decimal): -11827107 or 6129739. OLE color: 6129739.

HSL color Cylindrical-coordinate representation of color #4B885D: hue angle of 137.7º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B885D is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 75 136 93 -
CMYK 0.45 0 0.32 0.47
HSL 137.7º 0.29% 0.41% -
HSV(B) 137.7º 0.45% 0.53% -
XYZ 13.68 19.89 13.47 -
YUV 112.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 75 136 93 0.45 0 0.32 0.47 137.7 0.29 0.41
Hex 4B 88 5D 2D 0 20 2F 8A 1D 29
Octal 113 210 135 55 0 40 57 212 35 51
Binary 1001011 10001000 1011101 101101 0 100000 101111 10001010 11101 101001

Color Harmonies of #4B885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B885D

Black with #4B885D

Text Example


Text Example

White with #4B885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,136,93); }

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

background-color css

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

 a { background-color: rgb(75,136,93); }

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

border-color css

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

 span { border-color: rgb(75,136,93); }

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