Html Css Color HEX #335D4A Spectra

📋 copy color: '#335D4A'

red 51 ◦ green 93 ◦ blue 74

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

Shades of Spectra #335D4A

Tints of Spectra #335D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 23.39%
G = 42.66%
B = 33.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#335D4A (or 0x335D4A) is known color: Spectra. HEX triplet: 33, 5D and 4A. RGB value is (51,93,74). Sum of RGB (Red+Green+Blue) = 51+93+74=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #335D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D4A is #CCA2B5. Grayscale: #4E4E4E. Windows color (decimal): -13410998 or 4873523. OLE color: 4873523.

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

Color convert

RGB 51 93 74 -
CMYK 0.45 0 0.20 0.64
HSL 152.86º 0.29% 0.28% -
HSV(B) 152.86º 0.45% 0.36% -
XYZ 6.52 9.03 7.88 -
YUV 78.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 51 93 74 0.45 0 0.20 0.64 152.86 0.29 0.28
Hex 33 5D 4A 2D 0 14 40 99 1D 1C
Octal 63 135 112 55 0 24 100 231 35 34
Binary 110011 1011101 1001010 101101 0 10100 1000000 10011001 11101 11100

Color Harmonies of #335D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D4A

Black with #335D4A

Text Example


Text Example

White with #335D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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