Html Css Color HEX #4B8560 Como

📋 copy color: '#4B8560'

red 75 ◦ green 133 ◦ blue 96

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

Shades of Como #4B8560

Tints of Como #4B8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 24.67%
G = 43.75%
B = 31.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#4B8560 (or 0x4B8560) is known color: Como. HEX triplet: 4B, 85 and 60. RGB value is (75,133,96). Sum of RGB (Red+Green+Blue) = 75+133+96=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8560 is #B47A9F. Grayscale: #6F6F6F. Windows color (decimal): -11827872 or 6325579. OLE color: 6325579.

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

Color convert

RGB 75 133 96 -
CMYK 0.44 0 0.28 0.48
HSL 141.72º 0.28% 0.41% -
HSV(B) 141.72º 0.44% 0.52% -
XYZ 13.4 19.12 14.05 -
YUV 111.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 75 133 96 0.44 0 0.28 0.48 141.72 0.28 0.41
Hex 4B 85 60 2C 0 1C 30 8E 1C 29
Octal 113 205 140 54 0 34 60 216 34 51
Binary 1001011 10000101 1100000 101100 0 11100 110000 10001110 11100 101001

Color Harmonies of #4B8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8560

Black with #4B8560

Text Example


Text Example

White with #4B8560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,133,96); }

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

background-color css

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

 a { background-color: rgb(75,133,96); }

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

border-color css

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

 span { border-color: rgb(75,133,96); }

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