Html Css Color HEX #3C735F Stromboli

📋 copy color: '#3C735F'

red 60 ◦ green 115 ◦ blue 95

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

Shades of Stromboli #3C735F

Tints of Stromboli #3C735F

RGB

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

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

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

R = 22.22%
G = 42.59%
B = 35.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#3C735F (or 0x3C735F) is known color: Stromboli. HEX triplet: 3C, 73 and 5F. RGB value is (60,115,95). Sum of RGB (Red+Green+Blue) = 60+115+95=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #3C735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C735F is #C38CA0. Grayscale: #606060. Windows color (decimal): -12815521 or 6255420. OLE color: 6255420.

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

Color convert

RGB 60 115 95 -
CMYK 0.48 0 0.17 0.55
HSL 158.18º 0.31% 0.34% -
HSV(B) 158.18º 0.48% 0.45% -
XYZ 10.06 14.05 13.01 -
YUV 96.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 60 115 95 0.48 0 0.17 0.55 158.18 0.31 0.34
Hex 3C 73 5F 30 0 11 37 9E 1F 22
Octal 74 163 137 60 0 21 67 236 37 42
Binary 111100 1110011 1011111 110000 0 10001 110111 10011110 11111 100010

Color Harmonies of #3C735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C735F

Black with #3C735F

Text Example


Text Example

White with #3C735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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