#356554

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

Shades of Spectra #356554

Tints of Spectra #356554

Color information

#356554 (or 0x356554) is unknown color: approx Spectra. HEX triplet: 35, 65 and 54. RGB value is (53,101,84). Sum of RGB (Red+Green+Blue) = 53+101+84=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #356554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356554 is #CA9AAB. Grayscale: #545454. Windows color (decimal): -13277868 or 5530933. OLE color: 5530933.

HSL color Cylindrical-coordinate representation of color #356554: hue angle of 158.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356554 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB5310184-
CMYK0.4800.170.60
HSL158.75º31.17%30.2%-
HSV(B)158.75º47.52%39.61%-
XYZ7.7210.710.05-
YUV84.71127.6105.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 84 (33.20% from 255) = 35.29%
R=22.27%
G=42.44%
B=35.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101840.4800.170.60158.7531.1730.2
Hex356554300113C9f1f1e
Octal6514512460021742373736
Binary11010111001011010100110000010001111100100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356554; }

 p { color: rgb(53,101,84); }

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

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

 a { background-color: rgb(53,101,84); }

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

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

 span { border-color: rgb(53,101,84); }

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