#426153

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

Shades of Stromboli #426153

Tints of Stromboli #426153

Color information

#426153 (or 0x426153) is unknown color: approx Stromboli. HEX triplet: 42, 61 and 53. RGB value is (66,97,83). Sum of RGB (Red+Green+Blue) = 66+97+83=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #426153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426153 is #BD9EAC. Grayscale: #565656. Windows color (decimal): -12426925 or 5464386. OLE color: 5464386.

HSL color Cylindrical-coordinate representation of color #426153: hue angle of 152.9º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #426153 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB669783-
CMYK0.3200.140.62
HSL152.9º19.02%31.96%-
HSV(B)152.9º31.96%38.04%-
XYZ8.0810.339.75-
YUV86.14126.23113.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=26.83%
G=39.43%
B=33.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697830.3200.140.62152.919.0231.96
Hex426153200E3E991320
Octal10214112340016762312340
Binary100001011000011010011100000011101111101001100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426153; }

 p { color: rgb(66,97,83); }

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

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

 a { background-color: rgb(66,97,83); }

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

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

 span { border-color: rgb(66,97,83); }

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