Html Css Color HEX #4C5954 Cape Cod

📋 copy color: '#4C5954'

red 76 ◦ green 89 ◦ blue 84

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

Shades of Cape Cod #4C5954

Tints of Cape Cod #4C5954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 84 (33.2% from 255) = 33.73%

R = 30.52%
G = 35.74%
B = 33.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#4C5954 (or 0x4C5954) is known color: Cape Cod. HEX triplet: 4C, 59 and 54. RGB value is (76,89,84). Sum of RGB (Red+Green+Blue) = 76+89+84=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5954 is #B3A6AB. Grayscale: #545454. Windows color (decimal): -11773612 or 5527884. OLE color: 5527884.

HSL color Cylindrical-coordinate representation of color #4C5954: hue angle of 156.92º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5954 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 89 84 -
CMYK 0.15 0 0.06 0.65
HSL 156.92º 0.08% 0.32% -
HSV(B) 156.92º 0.15% 0.35% -
XYZ 8.15 9.32 9.76 -
YUV 84.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 76 89 84 0.15 0 0.06 0.65 156.92 0.08 0.32
Hex 4C 59 54 F 0 6 41 9D 8 20
Octal 114 131 124 17 0 6 101 235 10 40
Binary 1001100 1011001 1010100 1111 0 110 1000001 10011101 1000 100000

Color Harmonies of #4C5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5954

Black with #4C5954

Text Example


Text Example

White with #4C5954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,89,84); }

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

background-color css

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

 a { background-color: rgb(76,89,84); }

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

border-color css

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

 span { border-color: rgb(76,89,84); }

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