Html Css Color HEX #3C6B5A Stromboli

📋 copy color: '#3C6B5A'

red 60 ◦ green 107 ◦ blue 90

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

Shades of Stromboli #3C6B5A

Tints of Stromboli #3C6B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 23.35%
G = 41.63%
B = 35.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#3C6B5A (or 0x3C6B5A) is known color: Stromboli. HEX triplet: 3C, 6B and 5A. RGB value is (60,107,90). Sum of RGB (Red+Green+Blue) = 60+107+90=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B5A is #C394A5. Grayscale: #5B5B5B. Windows color (decimal): -12817574 or 5925692. OLE color: 5925692.

HSL color Cylindrical-coordinate representation of color #3C6B5A: hue angle of 158.3º 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 #3C6B5A is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 107 90 -
CMYK 0.44 0 0.16 0.58
HSL 158.3º 0.28% 0.33% -
HSV(B) 158.3º 0.44% 0.42% -
XYZ 8.97 12.21 11.56 -
YUV 91.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 60 107 90 0.44 0 0.16 0.58 158.3 0.28 0.33
Hex 3C 6B 5A 2C 0 10 3A 9E 1C 21
Octal 74 153 132 54 0 20 72 236 34 41
Binary 111100 1101011 1011010 101100 0 10000 111010 10011110 11100 100001

Color Harmonies of #3C6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B5A

Black with #3C6B5A

Text Example


Text Example

White with #3C6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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