Html Css Color HEX #336551 Spectra

📋 copy color: '#336551'

red 51 ◦ green 101 ◦ blue 81

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

Shades of Spectra #336551

Tints of Spectra #336551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 21.89%
G = 43.35%
B = 34.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#336551 (or 0x336551) is known color: Spectra. HEX triplet: 33, 65 and 51. RGB value is (51,101,81). Sum of RGB (Red+Green+Blue) = 51+101+81=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #336551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336551 is #CC9AAE. Grayscale: #535353. Windows color (decimal): -13408943 or 5334323. OLE color: 5334323.

HSL color Cylindrical-coordinate representation of color #336551: hue angle of 156º 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 #336551 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 101 81 -
CMYK 0.50 0 0.20 0.60
HSL 156º 0.33% 0.3% -
HSV(B) 156º 0.5% 0.4% -
XYZ 7.5 10.61 9.44 -
YUV 83.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 51 101 81 0.50 0 0.20 0.60 156 0.33 0.3
Hex 33 65 51 32 0 14 3C 9C 21 1E
Octal 63 145 121 62 0 24 74 234 41 36
Binary 110011 1100101 1010001 110010 0 10100 111100 10011100 100001 11110

Color Harmonies of #336551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336551

Black with #336551

Text Example


Text Example

White with #336551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336551; }

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

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

background-color css

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

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

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

border-color css

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

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

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