Html Css Color HEX #3D6358 Stromboli

📋 copy color: '#3D6358'

red 61 ◦ green 99 ◦ blue 88

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

Shades of Stromboli #3D6358

Tints of Stromboli #3D6358

RGB

 RED value IS 61 (24.22% from 255) = 24.6%

 GREEN value IS 99 (39.06% from 255) = 39.92%

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

R = 24.6%
G = 39.92%
B = 35.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#3D6358 (or 0x3D6358) is known color: Stromboli. HEX triplet: 3D, 63 and 58. RGB value is (61,99,88). Sum of RGB (Red+Green+Blue) = 61+99+88=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6358 is #C29CA7. Grayscale: #565656. Windows color (decimal): -12754088 or 5792573. OLE color: 5792573.

HSL color Cylindrical-coordinate representation of color #3D6358: hue angle of 162.63º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D6358 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 61 99 88 -
CMYK 0.38 0 0.11 0.61
HSL 162.63º 0.24% 0.31% -
HSV(B) 162.63º 0.38% 0.39% -
XYZ 8.15 10.62 10.85 -
YUV 86.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 61 99 88 0.38 0 0.11 0.61 162.63 0.24 0.31
Hex 3D 63 58 26 0 B 3D A3 18 1F
Octal 75 143 130 46 0 13 75 243 30 37
Binary 111101 1100011 1011000 100110 0 1011 111101 10100011 11000 11111

Color Harmonies of #3D6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6358

Black with #3D6358

Text Example


Text Example

White with #3D6358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,88); }

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

background-color css

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

 a { background-color: rgb(61,99,88); }

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

border-color css

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

 span { border-color: rgb(61,99,88); }

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