Html Css Color HEX #3C6B5B Stromboli

📋 copy color: '#3C6B5B'

red 60 ◦ green 107 ◦ blue 91

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

Shades of Stromboli #3C6B5B

Tints of Stromboli #3C6B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.47%

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

R = 23.26%
G = 41.47%
B = 35.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#3C6B5B (or 0x3C6B5B) is known color: Stromboli. HEX triplet: 3C, 6B and 5B. RGB value is (60,107,91). Sum of RGB (Red+Green+Blue) = 60+107+91=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B5B is #C394A4. Grayscale: #5B5B5B. Windows color (decimal): -12817573 or 5991228. OLE color: 5991228.

HSL color Cylindrical-coordinate representation of color #3C6B5B: hue angle of 159.57º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6B5B is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 107 91 -
CMYK 0.44 0 0.15 0.58
HSL 159.57º 0.28% 0.33% -
HSV(B) 159.57º 0.44% 0.42% -
XYZ 9.01 12.23 11.78 -
YUV 91.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 60 107 91 0.44 0 0.15 0.58 159.57 0.28 0.33
Hex 3C 6B 5B 2C 0 F 3A A0 1C 21
Octal 74 153 133 54 0 17 72 240 34 41
Binary 111100 1101011 1011011 101100 0 1111 111010 10100000 11100 100001

Color Harmonies of #3C6B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B5B

Black with #3C6B5B

Text Example


Text Example

White with #3C6B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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