Html Css Color HEX #335D50 Spectra

📋 copy color: '#335D50'

red 51 ◦ green 93 ◦ blue 80

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

Shades of Spectra #335D50

Tints of Spectra #335D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.52%

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

R = 22.77%
G = 41.52%
B = 35.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#335D50 (or 0x335D50) is known color: Spectra. HEX triplet: 33, 5D and 50. RGB value is (51,93,80). Sum of RGB (Red+Green+Blue) = 51+93+80=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #335D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D50 is #CCA2AF. Grayscale: #4E4E4E. Windows color (decimal): -13410992 or 5266739. OLE color: 5266739.

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

Color convert

RGB 51 93 80 -
CMYK 0.45 0 0.14 0.64
HSL 161.43º 0.29% 0.28% -
HSV(B) 161.43º 0.45% 0.36% -
XYZ 6.73 9.11 8.99 -
YUV 78.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 51 93 80 0.45 0 0.14 0.64 161.43 0.29 0.28
Hex 33 5D 50 2D 0 E 40 A1 1D 1C
Octal 63 135 120 55 0 16 100 241 35 34
Binary 110011 1011101 1010000 101101 0 1110 1000000 10100001 11101 11100

Color Harmonies of #335D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D50

Black with #335D50

Text Example


Text Example

White with #335D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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