Html Css Color HEX #3C735D Stromboli

📋 copy color: '#3C735D'

red 60 ◦ green 115 ◦ blue 93

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

Shades of Stromboli #3C735D

Tints of Stromboli #3C735D

RGB

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

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

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

R = 22.39%
G = 42.91%
B = 34.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#3C735D (or 0x3C735D) is known color: Stromboli. HEX triplet: 3C, 73 and 5D. RGB value is (60,115,93). Sum of RGB (Red+Green+Blue) = 60+115+93=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #3C735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C735D is #C38CA2. Grayscale: #606060. Windows color (decimal): -12815523 or 6124348. OLE color: 6124348.

HSL color Cylindrical-coordinate representation of color #3C735D: hue angle of 156º 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 #3C735D is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 93 -
CMYK 0.48 0 0.19 0.55
HSL 156º 0.31% 0.34% -
HSV(B) 156º 0.48% 0.45% -
XYZ 9.97 14.01 12.54 -
YUV 96.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 60 115 93 0.48 0 0.19 0.55 156 0.31 0.34
Hex 3C 73 5D 30 0 13 37 9C 1F 22
Octal 74 163 135 60 0 23 67 234 37 42
Binary 111100 1110011 1011101 110000 0 10011 110111 10011100 11111 100010

Color Harmonies of #3C735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C735D

Black with #3C735D

Text Example


Text Example

White with #3C735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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