Html Css Color HEX #3E6A60 Stromboli

📋 copy color: '#3E6A60'

red 62 ◦ green 106 ◦ blue 96

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

Shades of Stromboli #3E6A60

Tints of Stromboli #3E6A60

RGB

 RED value IS 62 (24.61% from 255) = 23.48%

 GREEN value IS 106 (41.8% from 255) = 40.15%

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 23.48%
G = 40.15%
B = 36.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#3E6A60 (or 0x3E6A60) is known color: Stromboli. HEX triplet: 3E, 6A and 60. RGB value is (62,106,96). Sum of RGB (Red+Green+Blue) = 62+106+96=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6A60 is #C1959F. Grayscale: #5B5B5B. Windows color (decimal): -12686752 or 6318654. OLE color: 6318654.

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

Color convert

RGB 62 106 96 -
CMYK 0.42 0 0.09 0.58
HSL 166.36º 0.26% 0.33% -
HSV(B) 166.36º 0.42% 0.42% -
XYZ 9.25 12.18 12.93 -
YUV 91.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 62 106 96 0.42 0 0.09 0.58 166.36 0.26 0.33
Hex 3E 6A 60 2A 0 9 3A A6 1A 21
Octal 76 152 140 52 0 11 72 246 32 41
Binary 111110 1101010 1100000 101010 0 1001 111010 10100110 11010 100001

Color Harmonies of #3E6A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6A60

Black with #3E6A60

Text Example


Text Example

White with #3E6A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,106,96); }

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

background-color css

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

 a { background-color: rgb(62,106,96); }

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

border-color css

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

 span { border-color: rgb(62,106,96); }

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