Html Css Color HEX #3C745F Stromboli

📋 copy color: '#3C745F'

red 60 ◦ green 116 ◦ blue 95

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

Shades of Stromboli #3C745F

Tints of Stromboli #3C745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 22.14%
G = 42.8%
B = 35.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#3C745F (or 0x3C745F) is known color: Stromboli. HEX triplet: 3C, 74 and 5F. RGB value is (60,116,95). Sum of RGB (Red+Green+Blue) = 60+116+95=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #3C745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C745F is #C38BA0. Grayscale: #606060. Windows color (decimal): -12815265 or 6255676. OLE color: 6255676.

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

Color convert

RGB 60 116 95 -
CMYK 0.48 0 0.18 0.55
HSL 157.5º 0.32% 0.35% -
HSV(B) 157.5º 0.48% 0.45% -
XYZ 10.17 14.28 13.05 -
YUV 96.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 60 116 95 0.48 0 0.18 0.55 157.5 0.32 0.35
Hex 3C 74 5F 30 0 12 37 9E 20 23
Octal 74 164 137 60 0 22 67 236 40 43
Binary 111100 1110100 1011111 110000 0 10010 110111 10011110 100000 100011

Color Harmonies of #3C745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C745F

Black with #3C745F

Text Example


Text Example

White with #3C745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,95); }

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

background-color css

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

 a { background-color: rgb(60,116,95); }

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

border-color css

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

 span { border-color: rgb(60,116,95); }

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