Html Css Color HEX #3D6255 Stromboli

📋 copy color: '#3D6255'

red 61 ◦ green 98 ◦ blue 85

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

Shades of Stromboli #3D6255

Tints of Stromboli #3D6255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

 BLUE value IS 85 (33.59% from 255) = 34.84%

R = 25%
G = 40.16%
B = 34.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#3D6255 (or 0x3D6255) is known color: Stromboli. HEX triplet: 3D, 62 and 55. RGB value is (61,98,85). Sum of RGB (Red+Green+Blue) = 61+98+85=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6255 is #C29DAA. Grayscale: #555555. Windows color (decimal): -12754347 or 5595709. OLE color: 5595709.

HSL color Cylindrical-coordinate representation of color #3D6255: hue angle of 158.92º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D6255 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 98 85 -
CMYK 0.38 0 0.13 0.62
HSL 158.92º 0.23% 0.31% -
HSV(B) 158.92º 0.38% 0.38% -
XYZ 7.93 10.38 10.18 -
YUV 85.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 61 98 85 0.38 0 0.13 0.62 158.92 0.23 0.31
Hex 3D 62 55 26 0 D 3E 9F 17 1F
Octal 75 142 125 46 0 15 76 237 27 37
Binary 111101 1100010 1010101 100110 0 1101 111110 10011111 10111 11111

Color Harmonies of #3D6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6255

Black with #3D6255

Text Example


Text Example

White with #3D6255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,98,85); }

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

background-color css

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

 a { background-color: rgb(61,98,85); }

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

border-color css

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

 span { border-color: rgb(61,98,85); }

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