Html Css Color HEX #335548 Spectra

📋 copy color: '#335548'

red 51 ◦ green 85 ◦ blue 72

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

Shades of Spectra #335548

Tints of Spectra #335548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 24.52%
G = 40.87%
B = 34.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#335548 (or 0x335548) is known color: Spectra. HEX triplet: 33, 55 and 48. RGB value is (51,85,72). Sum of RGB (Red+Green+Blue) = 51+85+72=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #335548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335548 is #CCAAB7. Grayscale: #494949. Windows color (decimal): -13413048 or 4740403. OLE color: 4740403.

HSL color Cylindrical-coordinate representation of color #335548: hue angle of 157.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335548 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 72 -
CMYK 0.40 0 0.15 0.67
HSL 157.06º 0.25% 0.27% -
HSV(B) 157.06º 0.4% 0.33% -
XYZ 5.78 7.67 7.31 -
YUV 73.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 51 85 72 0.40 0 0.15 0.67 157.06 0.25 0.27
Hex 33 55 48 28 0 F 43 9D 19 1B
Octal 63 125 110 50 0 17 103 235 31 33
Binary 110011 1010101 1001000 101000 0 1111 1000011 10011101 11001 11011

Color Harmonies of #335548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335548

Black with #335548

Text Example


Text Example

White with #335548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335548; }

 p { color: rgb(51,85,72); }

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

background-color css

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

 a { background-color: rgb(51,85,72); }

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

border-color css

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

 span { border-color: rgb(51,85,72); }

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