Html Css Color HEX #3C7058 Stromboli

📋 copy color: '#3C7058'

red 60 ◦ green 112 ◦ blue 88

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

Shades of Stromboli #3C7058

Tints of Stromboli #3C7058

RGB

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

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

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

R = 23.08%
G = 43.08%
B = 33.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#3C7058 (or 0x3C7058) is known color: Stromboli. HEX triplet: 3C, 70 and 58. RGB value is (60,112,88). Sum of RGB (Red+Green+Blue) = 60+112+88=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7058 is #C38FA7. Grayscale: #5D5D5D. Windows color (decimal): -12816296 or 5795900. OLE color: 5795900.

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

Color convert

RGB 60 112 88 -
CMYK 0.46 0 0.21 0.56
HSL 152.31º 0.3% 0.34% -
HSV(B) 152.31º 0.46% 0.44% -
XYZ 9.42 13.25 11.29 -
YUV 93.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 60 112 88 0.46 0 0.21 0.56 152.31 0.3 0.34
Hex 3C 70 58 2E 0 15 38 98 1E 22
Octal 74 160 130 56 0 25 70 230 36 42
Binary 111100 1110000 1011000 101110 0 10101 111000 10011000 11110 100010

Color Harmonies of #3C7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7058

Black with #3C7058

Text Example


Text Example

White with #3C7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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