Html Css Color HEX #336550 Spectra

📋 copy color: '#336550'

red 51 ◦ green 101 ◦ blue 80

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

Shades of Spectra #336550

Tints of Spectra #336550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

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

R = 21.98%
G = 43.53%
B = 34.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#336550 (or 0x336550) is known color: Spectra. HEX triplet: 33, 65 and 50. RGB value is (51,101,80). Sum of RGB (Red+Green+Blue) = 51+101+80=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #336550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336550 is #CC9AAF. Grayscale: #535353. Windows color (decimal): -13408944 or 5268787. OLE color: 5268787.

HSL color Cylindrical-coordinate representation of color #336550: hue angle of 154.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336550 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 101 80 -
CMYK 0.50 0 0.21 0.60
HSL 154.8º 0.33% 0.3% -
HSV(B) 154.8º 0.5% 0.4% -
XYZ 7.47 10.59 9.24 -
YUV 83.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 51 101 80 0.50 0 0.21 0.60 154.8 0.33 0.3
Hex 33 65 50 32 0 15 3C 9B 21 1E
Octal 63 145 120 62 0 25 74 233 41 36
Binary 110011 1100101 1010000 110010 0 10101 111100 10011011 100001 11110

Color Harmonies of #336550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336550

Black with #336550

Text Example


Text Example

White with #336550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336550; }

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

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

background-color css

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

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

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

border-color css

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

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

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