Html Css Color HEX #3C735C Stromboli

📋 copy color: '#3C735C'

red 60 ◦ green 115 ◦ blue 92

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

Shades of Stromboli #3C735C

Tints of Stromboli #3C735C

RGB

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

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

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

R = 22.47%
G = 43.07%
B = 34.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#3C735C (or 0x3C735C) is known color: Stromboli. HEX triplet: 3C, 73 and 5C. RGB value is (60,115,92). Sum of RGB (Red+Green+Blue) = 60+115+92=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #3C735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C735C is #C38CA3. Grayscale: #5F5F5F. Windows color (decimal): -12815524 or 6058812. OLE color: 6058812.

HSL color Cylindrical-coordinate representation of color #3C735C: hue angle of 154.91º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C735C is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 92 -
CMYK 0.48 0 0.20 0.55
HSL 154.91º 0.31% 0.34% -
HSV(B) 154.91º 0.48% 0.45% -
XYZ 9.93 13.99 12.3 -
YUV 95.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 60 115 92 0.48 0 0.20 0.55 154.91 0.31 0.34
Hex 3C 73 5C 30 0 14 37 9B 1F 22
Octal 74 163 134 60 0 24 67 233 37 42
Binary 111100 1110011 1011100 110000 0 10100 110111 10011011 11111 100010

Color Harmonies of #3C735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C735C

Black with #3C735C

Text Example


Text Example

White with #3C735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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