Html Css Color HEX #356153 Spectra

📋 copy color: '#356153'

red 53 ◦ green 97 ◦ blue 83

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

Shades of Spectra #356153

Tints of Spectra #356153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

 BLUE value IS 83 (32.81% from 255) = 35.62%

R = 22.75%
G = 41.63%
B = 35.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#356153 (or 0x356153) is known color: Spectra. HEX triplet: 35, 61 and 53. RGB value is (53,97,83). Sum of RGB (Red+Green+Blue) = 53+97+83=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #356153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356153 is #CA9EAC. Grayscale: #525252. Windows color (decimal): -13278893 or 5464373. OLE color: 5464373.

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

Color convert

RGB 53 97 83 -
CMYK 0.45 0 0.14 0.62
HSL 160.91º 0.29% 0.29% -
HSV(B) 160.91º 0.45% 0.38% -
XYZ 7.3 9.93 9.72 -
YUV 82.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 53 97 83 0.45 0 0.14 0.62 160.91 0.29 0.29
Hex 35 61 53 2D 0 E 3E A1 1D 1D
Octal 65 141 123 55 0 16 76 241 35 35
Binary 110101 1100001 1010011 101101 0 1110 111110 10100001 11101 11101

Color Harmonies of #356153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356153

Black with #356153

Text Example


Text Example

White with #356153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356153; }

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

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

background-color css

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

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

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

border-color css

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

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

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