Html Css Color HEX #3C715C Stromboli

📋 copy color: '#3C715C'

red 60 ◦ green 113 ◦ blue 92

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

Shades of Stromboli #3C715C

Tints of Stromboli #3C715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 22.64%
G = 42.64%
B = 34.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#3C715C (or 0x3C715C) is known color: Stromboli. HEX triplet: 3C, 71 and 5C. RGB value is (60,113,92). Sum of RGB (Red+Green+Blue) = 60+113+92=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #3C715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C715C is #C38EA3. Grayscale: #5E5E5E. Windows color (decimal): -12816036 or 6058300. OLE color: 6058300.

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

Color convert

RGB 60 113 92 -
CMYK 0.47 0 0.19 0.56
HSL 156.23º 0.31% 0.34% -
HSV(B) 156.23º 0.47% 0.44% -
XYZ 9.7 13.54 12.23 -
YUV 94.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 60 113 92 0.47 0 0.19 0.56 156.23 0.31 0.34
Hex 3C 71 5C 2F 0 13 38 9C 1F 22
Octal 74 161 134 57 0 23 70 234 37 42
Binary 111100 1110001 1011100 101111 0 10011 111000 10011100 11111 100010

Color Harmonies of #3C715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C715C

Black with #3C715C

Text Example


Text Example

White with #3C715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,113,92); }

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

background-color css

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

 a { background-color: rgb(60,113,92); }

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

border-color css

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

 span { border-color: rgb(60,113,92); }

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