Html Css Color HEX #3D655F Stromboli

📋 copy color: '#3D655F'

red 61 ◦ green 101 ◦ blue 95

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

Shades of Stromboli #3D655F

Tints of Stromboli #3D655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 23.74%
G = 39.3%
B = 36.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#3D655F (or 0x3D655F) is known color: Stromboli. HEX triplet: 3D, 65 and 5F. RGB value is (61,101,95). Sum of RGB (Red+Green+Blue) = 61+101+95=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 101 - color contains mainly: green. Hex color #3D655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D655F is #C29AA0. Grayscale: #585858. Windows color (decimal): -12753569 or 6251837. OLE color: 6251837.

HSL color Cylindrical-coordinate representation of color #3D655F: hue angle of 171º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D655F is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 61 101 95 -
CMYK 0.40 0 0.06 0.60
HSL 171º 0.25% 0.32% -
HSV(B) 171º 0.4% 0.4% -
XYZ 8.64 11.13 12.52 -
YUV 88.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 61 101 95 0.40 0 0.06 0.60 171 0.25 0.32
Hex 3D 65 5F 28 0 6 3C AB 19 20
Octal 75 145 137 50 0 6 74 253 31 40
Binary 111101 1100101 1011111 101000 0 110 111100 10101011 11001 100000

Color Harmonies of #3D655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D655F

Black with #3D655F

Text Example


Text Example

White with #3D655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,101,95); }

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

background-color css

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

 a { background-color: rgb(61,101,95); }

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

border-color css

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

 span { border-color: rgb(61,101,95); }

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