Html Css Color HEX #336950 Spectra

📋 copy color: '#336950'

red 51 ◦ green 105 ◦ blue 80

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

Shades of Spectra #336950

Tints of Spectra #336950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 21.61%
G = 44.49%
B = 33.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#336950 (or 0x336950) is known color: Spectra. HEX triplet: 33, 69 and 50. RGB value is (51,105,80). Sum of RGB (Red+Green+Blue) = 51+105+80=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #336950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336950 is #CC96AF. Grayscale: #565656. Windows color (decimal): -13407920 or 5269811. OLE color: 5269811.

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

Color convert

RGB 51 105 80 -
CMYK 0.51 0 0.24 0.59
HSL 152.22º 0.35% 0.31% -
HSV(B) 152.22º 0.51% 0.41% -
XYZ 7.86 11.39 9.37 -
YUV 86 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 51 105 80 0.51 0 0.24 0.59 152.22 0.35 0.31
Hex 33 69 50 33 0 18 3B 98 23 1F
Octal 63 151 120 63 0 30 73 230 43 37
Binary 110011 1101001 1010000 110011 0 11000 111011 10011000 100011 11111

Color Harmonies of #336950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336950

Black with #336950

Text Example


Text Example

White with #336950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336950; }

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

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

background-color css

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

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

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

border-color css

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

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

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