Html Css Color HEX #3C6E5B Stromboli

📋 copy color: '#3C6E5B'

red 60 ◦ green 110 ◦ blue 91

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

Shades of Stromboli #3C6E5B

Tints of Stromboli #3C6E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.15%

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 22.99%
G = 42.15%
B = 34.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#3C6E5B (or 0x3C6E5B) is known color: Stromboli. HEX triplet: 3C, 6E and 5B. RGB value is (60,110,91). Sum of RGB (Red+Green+Blue) = 60+110+91=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6E5B is #C391A4. Grayscale: #5C5C5C. Windows color (decimal): -12816805 or 5991996. OLE color: 5991996.

HSL color Cylindrical-coordinate representation of color #3C6E5B: hue angle of 157.2º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6E5B is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 110 91 -
CMYK 0.45 0 0.17 0.57
HSL 157.2º 0.29% 0.33% -
HSV(B) 157.2º 0.45% 0.43% -
XYZ 9.33 12.87 11.89 -
YUV 92.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 60 110 91 0.45 0 0.17 0.57 157.2 0.29 0.33
Hex 3C 6E 5B 2D 0 11 39 9D 1D 21
Octal 74 156 133 55 0 21 71 235 35 41
Binary 111100 1101110 1011011 101101 0 10001 111001 10011101 11101 100001

Color Harmonies of #3C6E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6E5B

Black with #3C6E5B

Text Example


Text Example

White with #3C6E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,110,91); }

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

background-color css

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

 a { background-color: rgb(60,110,91); }

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

border-color css

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

 span { border-color: rgb(60,110,91); }

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