Html Css Color HEX #3C705D Stromboli

📋 copy color: '#3C705D'

red 60 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #3C705D

Tints of Stromboli #3C705D

RGB

 RED value IS 60 (23.83% from 255) = 22.64%

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 22.64%
G = 42.26%
B = 35.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#3C705D (or 0x3C705D) is known color: Stromboli. HEX triplet: 3C, 70 and 5D. RGB value is (60,112,93). Sum of RGB (Red+Green+Blue) = 60+112+93=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #3C705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C705D is #C38FA2. Grayscale: #5E5E5E. Windows color (decimal): -12816291 or 6123580. OLE color: 6123580.

HSL color Cylindrical-coordinate representation of color #3C705D: hue angle of 158.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C705D is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 112 93 -
CMYK 0.46 0 0.17 0.56
HSL 158.08º 0.3% 0.34% -
HSV(B) 158.08º 0.46% 0.44% -
XYZ 9.63 13.34 12.42 -
YUV 94.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 60 112 93 0.46 0 0.17 0.56 158.08 0.3 0.34
Hex 3C 70 5D 2E 0 11 38 9E 1E 22
Octal 74 160 135 56 0 21 70 236 36 42
Binary 111100 1110000 1011101 101110 0 10001 111000 10011110 11110 100010

Color Harmonies of #3C705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C705D

Black with #3C705D

Text Example


Text Example

White with #3C705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C705D; }

 p { color: rgb(60,112,93); }

 H1.HeaderClassName
 {
   color: #3C705D;
 }
 .AnyTagClassName
 {
   color: #3C705D;
 }
</style>

background-color css

<style>
 a { background-color: #3C705D; }

 a { background-color: rgb(60,112,93); }

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

border-color css

<style>
 span { border-color: #3C705D; }

 span { border-color: rgb(60,112,93); }

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