#3D615A

Color #3D615A Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #3D615A

Tints of Stromboli #3D615A

Color information

#3D615A (or 0x3D615A) is unknown color: approx Stromboli. HEX triplet: 3D, 61 and 5A. RGB value is (61,97,90). Sum of RGB (Red+Green+Blue) = 61+97+90=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #3D615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D615A is #C29EA5. Grayscale: #555555. Windows color (decimal): -12754598 or 5923133. OLE color: 5923133.

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

Color convert

RGB619790-
CMYK0.3700.070.62
HSL168.33º22.78%30.98%-
HSV(B)168.33º37.11%38.04%-
XYZ8.0410.2811.23-
YUV85.44130.57110.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=24.60%
G=39.11%
B=36.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6197900.3700.070.62168.3322.7830.98
Hex3D615A25073Ea8171f
Octal751411324507762502737
Binary111101110000110110101001010111111110101010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D615A;
 }
 .AnyTagClassName
 {
   color: #3D615A;
 }
</style>
background-color css

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

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

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

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

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

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