Html Css Color HEX #4C7361 Como

📋 copy color: '#4C7361'

red 76 ◦ green 115 ◦ blue 97

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

Shades of Como #4C7361

Tints of Como #4C7361

RGB

 RED value IS 76 (30.08% from 255) = 26.39%

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

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 26.39%
G = 39.93%
B = 33.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#4C7361 (or 0x4C7361) is known color: Como. HEX triplet: 4C, 73 and 61. RGB value is (76,115,97). Sum of RGB (Red+Green+Blue) = 76+115+97=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7361 is #B38C9E. Grayscale: #656565. Windows color (decimal): -11766943 or 6386508. OLE color: 6386508.

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

Color convert

RGB 76 115 97 -
CMYK 0.34 0 0.16 0.55
HSL 152.31º 0.2% 0.37% -
HSV(B) 152.31º 0.34% 0.45% -
XYZ 11.27 14.66 13.55 -
YUV 101.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 76 115 97 0.34 0 0.16 0.55 152.31 0.2 0.37
Hex 4C 73 61 22 0 10 37 98 14 25
Octal 114 163 141 42 0 20 67 230 24 45
Binary 1001100 1110011 1100001 100010 0 10000 110111 10011000 10100 100101

Color Harmonies of #4C7361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7361

Black with #4C7361

Text Example


Text Example

White with #4C7361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,115,97); }

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

background-color css

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

 a { background-color: rgb(76,115,97); }

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

border-color css

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

 span { border-color: rgb(76,115,97); }

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