Html Css Color HEX #356950 Spectra

📋 copy color: '#356950'

red 53 ◦ green 105 ◦ blue 80

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

Shades of Spectra #356950

Tints of Spectra #356950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

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

R = 22.27%
G = 44.12%
B = 33.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#356950 (or 0x356950) is known color: Spectra. HEX triplet: 35, 69 and 50. RGB value is (53,105,80). Sum of RGB (Red+Green+Blue) = 53+105+80=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #356950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356950 is #CA96AF. Grayscale: #565656. Windows color (decimal): -13276848 or 5269813. OLE color: 5269813.

HSL color Cylindrical-coordinate representation of color #356950: hue angle of 151.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356950 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 80 -
CMYK 0.50 0 0.24 0.59
HSL 151.15º 0.33% 0.31% -
HSV(B) 151.15º 0.5% 0.41% -
XYZ 7.97 11.44 9.38 -
YUV 86.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 53 105 80 0.50 0 0.24 0.59 151.15 0.33 0.31
Hex 35 69 50 32 0 18 3B 97 21 1F
Octal 65 151 120 62 0 30 73 227 41 37
Binary 110101 1101001 1010000 110010 0 11000 111011 10010111 100001 11111

Color Harmonies of #356950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356950

Black with #356950

Text Example


Text Example

White with #356950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356950; }

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

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

background-color css

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

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

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

border-color css

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

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

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