Html Css Color HEX #335D49 Spectra

📋 copy color: '#335D49'

red 51 ◦ green 93 ◦ blue 73

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

Shades of Spectra #335D49

Tints of Spectra #335D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 23.5%
G = 42.86%
B = 33.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#335D49 (or 0x335D49) is known color: Spectra. HEX triplet: 33, 5D and 49. RGB value is (51,93,73). Sum of RGB (Red+Green+Blue) = 51+93+73=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #335D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D49 is #CCA2B6. Grayscale: #4E4E4E. Windows color (decimal): -13410999 or 4807987. OLE color: 4807987.

HSL color Cylindrical-coordinate representation of color #335D49: hue angle of 151.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 #335D49 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 93 73 -
CMYK 0.45 0 0.22 0.64
HSL 151.43º 0.29% 0.28% -
HSV(B) 151.43º 0.45% 0.36% -
XYZ 6.48 9.01 7.7 -
YUV 78.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 51 93 73 0.45 0 0.22 0.64 151.43 0.29 0.28
Hex 33 5D 49 2D 0 16 40 97 1D 1C
Octal 63 135 111 55 0 26 100 227 35 34
Binary 110011 1011101 1001001 101101 0 10110 1000000 10010111 11101 11100

Color Harmonies of #335D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D49

Black with #335D49

Text Example


Text Example

White with #335D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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