Html Css Color HEX #336650 Spectra

📋 copy color: '#336650'

red 51 ◦ green 102 ◦ blue 80

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

Shades of Spectra #336650

Tints of Spectra #336650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.78%

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

R = 21.89%
G = 43.78%
B = 34.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#336650 (or 0x336650) is known color: Spectra. HEX triplet: 33, 66 and 50. RGB value is (51,102,80). Sum of RGB (Red+Green+Blue) = 51+102+80=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #336650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336650 is #CC99AF. Grayscale: #545454. Windows color (decimal): -13408688 or 5269043. OLE color: 5269043.

HSL color Cylindrical-coordinate representation of color #336650: hue angle of 154.12º 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 #336650 is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 102 80 -
CMYK 0.5 0 0.22 0.6
HSL 154.12º 0.33% 0.3% -
HSV(B) 154.12º 0.5% 0.4% -
XYZ 7.56 10.79 9.27 -
YUV 84.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 51 102 80 0.5 0 0.22 0.6 154.12 0.33 0.3
Hex 33 66 50 32 0 16 3C 9A 21 1E
Octal 63 146 120 62 0 26 74 232 41 36
Binary 110011 1100110 1010000 110010 0 10110 111100 10011010 100001 11110

Color Harmonies of #336650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336650

Black with #336650

Text Example


Text Example

White with #336650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336650; }

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

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

background-color css

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

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

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

border-color css

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

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

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