Html Css Color HEX #356150 Spectra

📋 copy color: '#356150'

red 53 ◦ green 97 ◦ blue 80

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

Shades of Spectra #356150

Tints of Spectra #356150

RGB

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

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

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

R = 23.04%
G = 42.17%
B = 34.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#356150 (or 0x356150) is known color: Spectra. HEX triplet: 35, 61 and 50. RGB value is (53,97,80). Sum of RGB (Red+Green+Blue) = 53+97+80=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #356150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356150 is #CA9EAF. Grayscale: #515151. Windows color (decimal): -13278896 or 5267765. OLE color: 5267765.

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

Color convert

RGB 53 97 80 -
CMYK 0.45 0 0.18 0.62
HSL 156.82º 0.29% 0.29% -
HSV(B) 156.82º 0.45% 0.38% -
XYZ 7.19 9.89 9.12 -
YUV 81.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 53 97 80 0.45 0 0.18 0.62 156.82 0.29 0.29
Hex 35 61 50 2D 0 12 3E 9D 1D 1D
Octal 65 141 120 55 0 22 76 235 35 35
Binary 110101 1100001 1010000 101101 0 10010 111110 10011101 11101 11101

Color Harmonies of #356150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356150

Black with #356150

Text Example


Text Example

White with #356150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356150; }

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

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

background-color css

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

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

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

border-color css

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

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

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