Html Css Color HEX #356050 Spectra

📋 copy color: '#356050'

red 53 ◦ green 96 ◦ blue 80

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

Shades of Spectra #356050

Tints of Spectra #356050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.92%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 23.14%
G = 41.92%
B = 34.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#356050 (or 0x356050) is known color: Spectra. HEX triplet: 35, 60 and 50. RGB value is (53,96,80). Sum of RGB (Red+Green+Blue) = 53+96+80=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #356050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356050 is #CA9FAF. Grayscale: #515151. Windows color (decimal): -13279152 or 5267509. OLE color: 5267509.

HSL color Cylindrical-coordinate representation of color #356050: hue angle of 157.67º 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 #356050 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 80 -
CMYK 0.45 0 0.17 0.62
HSL 157.67º 0.29% 0.29% -
HSV(B) 157.67º 0.45% 0.38% -
XYZ 7.1 9.7 9.09 -
YUV 81.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 53 96 80 0.45 0 0.17 0.62 157.67 0.29 0.29
Hex 35 60 50 2D 0 11 3E 9E 1D 1D
Octal 65 140 120 55 0 21 76 236 35 35
Binary 110101 1100000 1010000 101101 0 10001 111110 10011110 11101 11101

Color Harmonies of #356050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356050

Black with #356050

Text Example


Text Example

White with #356050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356050; }

 p { color: rgb(53,96,80); }

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

background-color css

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

 a { background-color: rgb(53,96,80); }

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

border-color css

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

 span { border-color: rgb(53,96,80); }

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