Html Css Color HEX #356257 Spectra

📋 copy color: '#356257'

red 53 ◦ green 98 ◦ blue 87

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

Shades of Spectra #356257

Tints of Spectra #356257

RGB

 RED value IS 53 (21.09% from 255) = 22.27%

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

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 22.27%
G = 41.18%
B = 36.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#356257 (or 0x356257) is known color: Spectra. HEX triplet: 35, 62 and 57. RGB value is (53,98,87). Sum of RGB (Red+Green+Blue) = 53+98+87=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #356257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356257 is #CA9DA8. Grayscale: #535353. Windows color (decimal): -13278633 or 5726773. OLE color: 5726773.

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

Color convert

RGB 53 98 87 -
CMYK 0.46 0 0.11 0.62
HSL 165.33º 0.3% 0.3% -
HSV(B) 165.33º 0.46% 0.38% -
XYZ 7.56 10.18 10.58 -
YUV 83.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 53 98 87 0.46 0 0.11 0.62 165.33 0.3 0.3
Hex 35 62 57 2E 0 B 3E A5 1E 1E
Octal 65 142 127 56 0 13 76 245 36 36
Binary 110101 1100010 1010111 101110 0 1011 111110 10100101 11110 11110

Color Harmonies of #356257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356257

Black with #356257

Text Example


Text Example

White with #356257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356257; }

 p { color: rgb(53,98,87); }

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

background-color css

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

 a { background-color: rgb(53,98,87); }

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

border-color css

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

 span { border-color: rgb(53,98,87); }

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