Html Css Color HEX #3A6057 Stromboli

📋 copy color: '#3A6057'

red 58 ◦ green 96 ◦ blue 87

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

Shades of Stromboli #3A6057

Tints of Stromboli #3A6057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 24.07%
G = 39.83%
B = 36.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#3A6057 (or 0x3A6057) is known color: Stromboli. HEX triplet: 3A, 60 and 57. RGB value is (58,96,87). Sum of RGB (Red+Green+Blue) = 58+96+87=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6057 is #C59FA8. Grayscale: #535353. Windows color (decimal): -12951465 or 5726266. OLE color: 5726266.

HSL color Cylindrical-coordinate representation of color #3A6057: hue angle of 165.79º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A6057 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 96 87 -
CMYK 0.40 0 0.09 0.62
HSL 165.79º 0.25% 0.3% -
HSV(B) 165.79º 0.4% 0.38% -
XYZ 7.65 9.95 10.53 -
YUV 83.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 58 96 87 0.40 0 0.09 0.62 165.79 0.25 0.3
Hex 3A 60 57 28 0 9 3E A6 19 1E
Octal 72 140 127 50 0 11 76 246 31 36
Binary 111010 1100000 1010111 101000 0 1001 111110 10100110 11001 11110

Color Harmonies of #3A6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6057

Black with #3A6057

Text Example


Text Example

White with #3A6057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,96,87); }

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

background-color css

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

 a { background-color: rgb(58,96,87); }

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

border-color css

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

 span { border-color: rgb(58,96,87); }

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