Html Css Color HEX #3A6C59 Stromboli

📋 copy color: '#3A6C59'

red 58 ◦ green 108 ◦ blue 89

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

Shades of Stromboli #3A6C59

Tints of Stromboli #3A6C59

RGB

 RED value IS 58 (23.05% from 255) = 22.75%

 GREEN value IS 108 (42.58% from 255) = 42.35%

 BLUE value IS 89 (35.16% from 255) = 34.9%

R = 22.75%
G = 42.35%
B = 34.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#3A6C59 (or 0x3A6C59) is known color: Stromboli. HEX triplet: 3A, 6C and 59. RGB value is (58,108,89). Sum of RGB (Red+Green+Blue) = 58+108+89=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6C59 is #C593A6. Grayscale: #5A5A5A. Windows color (decimal): -12948391 or 5860410. OLE color: 5860410.

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

Color convert

RGB 58 108 89 -
CMYK 0.46 0 0.18 0.58
HSL 157.2º 0.3% 0.33% -
HSV(B) 157.2º 0.46% 0.42% -
XYZ 8.91 12.35 11.36 -
YUV 90.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 58 108 89 0.46 0 0.18 0.58 157.2 0.3 0.33
Hex 3A 6C 59 2E 0 12 3A 9D 1E 21
Octal 72 154 131 56 0 22 72 235 36 41
Binary 111010 1101100 1011001 101110 0 10010 111010 10011101 11110 100001

Color Harmonies of #3A6C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6C59

Black with #3A6C59

Text Example


Text Example

White with #3A6C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,108,89); }

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

background-color css

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

 a { background-color: rgb(58,108,89); }

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

border-color css

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

 span { border-color: rgb(58,108,89); }

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