Html Css Color HEX #336856 Spectra

📋 copy color: '#336856'

red 51 ◦ green 104 ◦ blue 86

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

Shades of Spectra #336856

Tints of Spectra #336856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 21.16%
G = 43.15%
B = 35.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#336856 (or 0x336856) is known color: Spectra. HEX triplet: 33, 68 and 56. RGB value is (51,104,86). Sum of RGB (Red+Green+Blue) = 51+104+86=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #336856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336856 is #CC97A9. Grayscale: #565656. Windows color (decimal): -13408170 or 5662771. OLE color: 5662771.

HSL color Cylindrical-coordinate representation of color #336856: hue angle of 159.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336856 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 86 -
CMYK 0.51 0 0.17 0.59
HSL 159.62º 0.34% 0.3% -
HSV(B) 159.62º 0.51% 0.41% -
XYZ 8 11.28 10.56 -
YUV 86.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 51 104 86 0.51 0 0.17 0.59 159.62 0.34 0.3
Hex 33 68 56 33 0 11 3B A0 22 1E
Octal 63 150 126 63 0 21 73 240 42 36
Binary 110011 1101000 1010110 110011 0 10001 111011 10100000 100010 11110

Color Harmonies of #336856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336856

Black with #336856

Text Example


Text Example

White with #336856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336856; }

 p { color: rgb(51,104,86); }

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

background-color css

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

 a { background-color: rgb(51,104,86); }

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

border-color css

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

 span { border-color: rgb(51,104,86); }

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