Html Css Color HEX #4B785E Como

📋 copy color: '#4B785E'

red 75 ◦ green 120 ◦ blue 94

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

Shades of Como #4B785E

Tints of Como #4B785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.52%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 25.95%
G = 41.52%
B = 32.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#4B785E (or 0x4B785E) is known color: Como. HEX triplet: 4B, 78 and 5E. RGB value is (75,120,94). Sum of RGB (Red+Green+Blue) = 75+120+94=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #4B785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B785E is #B487A1. Grayscale: #676767. Windows color (decimal): -11831202 or 6191179. OLE color: 6191179.

HSL color Cylindrical-coordinate representation of color #4B785E: hue angle of 145.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B785E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 120 94 -
CMYK 0.37 0 0.22 0.53
HSL 145.33º 0.23% 0.38% -
HSV(B) 145.33º 0.38% 0.47% -
XYZ 11.64 15.74 13.01 -
YUV 103.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 75 120 94 0.37 0 0.22 0.53 145.33 0.23 0.38
Hex 4B 78 5E 25 0 16 35 91 17 26
Octal 113 170 136 45 0 26 65 221 27 46
Binary 1001011 1111000 1011110 100101 0 10110 110101 10010001 10111 100110

Color Harmonies of #4B785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B785E

Black with #4B785E

Text Example


Text Example

White with #4B785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,120,94); }

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

background-color css

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

 a { background-color: rgb(75,120,94); }

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

border-color css

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

 span { border-color: rgb(75,120,94); }

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