Html Css Color HEX #335950 Spectra

📋 copy color: '#335950'

red 51 ◦ green 89 ◦ blue 80

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

Shades of Spectra #335950

Tints of Spectra #335950

RGB

 RED value IS 51 (20.31% from 255) = 23.18%

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 23.18%
G = 40.45%
B = 36.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#335950 (or 0x335950) is known color: Spectra. HEX triplet: 33, 59 and 50. RGB value is (51,89,80). Sum of RGB (Red+Green+Blue) = 51+89+80=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #335950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335950 is #CCA6AF. Grayscale: #4C4C4C. Windows color (decimal): -13412016 or 5265715. OLE color: 5265715.

HSL color Cylindrical-coordinate representation of color #335950: hue angle of 165.79º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335950 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 89 80 -
CMYK 0.43 0 0.10 0.65
HSL 165.79º 0.27% 0.27% -
HSV(B) 165.79º 0.43% 0.35% -
XYZ 6.39 8.43 8.88 -
YUV 76.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 51 89 80 0.43 0 0.10 0.65 165.79 0.27 0.27
Hex 33 59 50 2B 0 A 41 A6 1B 1B
Octal 63 131 120 53 0 12 101 246 33 33
Binary 110011 1011001 1010000 101011 0 1010 1000001 10100110 11011 11011

Color Harmonies of #335950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335950

Black with #335950

Text Example


Text Example

White with #335950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335950; }

 p { color: rgb(51,89,80); }

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

background-color css

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

 a { background-color: rgb(51,89,80); }

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

border-color css

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

 span { border-color: rgb(51,89,80); }

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