Html Css Color HEX #4C6F62 Stromboli

📋 copy color: '#4C6F62'

red 76 ◦ green 111 ◦ blue 98

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

Shades of Stromboli #4C6F62

Tints of Stromboli #4C6F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.95%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 26.67%
G = 38.95%
B = 34.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#4C6F62 (or 0x4C6F62) is known color: Stromboli. HEX triplet: 4C, 6F and 62. RGB value is (76,111,98). Sum of RGB (Red+Green+Blue) = 76+111+98=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6F62 is #B3909D. Grayscale: #636363. Windows color (decimal): -11767966 or 6451020. OLE color: 6451020.

HSL color Cylindrical-coordinate representation of color #4C6F62: hue angle of 157.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C6F62 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 111 98 -
CMYK 0.32 0 0.12 0.56
HSL 157.71º 0.19% 0.37% -
HSV(B) 157.71º 0.32% 0.44% -
XYZ 10.87 13.79 13.64 -
YUV 99.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 76 111 98 0.32 0 0.12 0.56 157.71 0.19 0.37
Hex 4C 6F 62 20 0 C 38 9E 13 25
Octal 114 157 142 40 0 14 70 236 23 45
Binary 1001100 1101111 1100010 100000 0 1100 111000 10011110 10011 100101

Color Harmonies of #4C6F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6F62

Black with #4C6F62

Text Example


Text Example

White with #4C6F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,111,98); }

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

background-color css

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

 a { background-color: rgb(76,111,98); }

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

border-color css

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

 span { border-color: rgb(76,111,98); }

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