Html Css Color HEX #3A7058 Stromboli

📋 copy color: '#3A7058'

red 58 ◦ green 112 ◦ blue 88

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

Shades of Stromboli #3A7058

Tints of Stromboli #3A7058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 22.48%
G = 43.41%
B = 34.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#3A7058 (or 0x3A7058) is known color: Stromboli. HEX triplet: 3A, 70 and 58. RGB value is (58,112,88). Sum of RGB (Red+Green+Blue) = 58+112+88=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7058 is #C58FA7. Grayscale: #5D5D5D. Windows color (decimal): -12947368 or 5795898. OLE color: 5795898.

HSL color Cylindrical-coordinate representation of color #3A7058: hue angle of 153.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7058 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 88 -
CMYK 0.48 0 0.21 0.56
HSL 153.33º 0.32% 0.33% -
HSV(B) 153.33º 0.48% 0.44% -
XYZ 9.3 13.19 11.29 -
YUV 93.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 58 112 88 0.48 0 0.21 0.56 153.33 0.32 0.33
Hex 3A 70 58 30 0 15 38 99 20 21
Octal 72 160 130 60 0 25 70 231 40 41
Binary 111010 1110000 1011000 110000 0 10101 111000 10011001 100000 100001

Color Harmonies of #3A7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7058

Black with #3A7058

Text Example


Text Example

White with #3A7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,88); }

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

background-color css

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

 a { background-color: rgb(58,112,88); }

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

border-color css

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

 span { border-color: rgb(58,112,88); }

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