Html Css Color HEX #336850 Spectra

📋 copy color: '#336850'

red 51 ◦ green 104 ◦ blue 80

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

Shades of Spectra #336850

Tints of Spectra #336850

RGB

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

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

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

R = 21.7%
G = 44.26%
B = 34.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#336850 (or 0x336850) is known color: Spectra. HEX triplet: 33, 68 and 50. RGB value is (51,104,80). Sum of RGB (Red+Green+Blue) = 51+104+80=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #336850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336850 is #CC97AF. Grayscale: #555555. Windows color (decimal): -13408176 or 5269555. OLE color: 5269555.

HSL color Cylindrical-coordinate representation of color #336850: hue angle of 152.83º 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 #336850 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 80 -
CMYK 0.51 0 0.23 0.59
HSL 152.83º 0.34% 0.3% -
HSV(B) 152.83º 0.51% 0.41% -
XYZ 7.76 11.18 9.34 -
YUV 85.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 51 104 80 0.51 0 0.23 0.59 152.83 0.34 0.3
Hex 33 68 50 33 0 17 3B 99 22 1E
Octal 63 150 120 63 0 27 73 231 42 36
Binary 110011 1101000 1010000 110011 0 10111 111011 10011001 100010 11110

Color Harmonies of #336850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336850

Black with #336850

Text Example


Text Example

White with #336850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336850; }

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

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

background-color css

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

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

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

border-color css

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

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

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