Html Css Color HEX #3D6A61 Stromboli

📋 copy color: '#3D6A61'

red 61 ◦ green 106 ◦ blue 97

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

Shades of Stromboli #3D6A61

Tints of Stromboli #3D6A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.15%

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 23.11%
G = 40.15%
B = 36.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#3D6A61 (or 0x3D6A61) is known color: Stromboli. HEX triplet: 3D, 6A and 61. RGB value is (61,106,97). Sum of RGB (Red+Green+Blue) = 61+106+97=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A61 is #C2959E. Grayscale: #5B5B5B. Windows color (decimal): -12752287 or 6384189. OLE color: 6384189.

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

Color convert

RGB 61 106 97 -
CMYK 0.42 0 0.08 0.58
HSL 168º 0.27% 0.33% -
HSV(B) 168º 0.42% 0.42% -
XYZ 9.24 12.16 13.17 -
YUV 91.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 61 106 97 0.42 0 0.08 0.58 168 0.27 0.33
Hex 3D 6A 61 2A 0 8 3A A8 1B 21
Octal 75 152 141 52 0 10 72 250 33 41
Binary 111101 1101010 1100001 101010 0 1000 111010 10101000 11011 100001

Color Harmonies of #3D6A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6A61

Black with #3D6A61

Text Example


Text Example

White with #3D6A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,106,97); }

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

background-color css

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

 a { background-color: rgb(61,106,97); }

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

border-color css

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

 span { border-color: rgb(61,106,97); }

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