Html Css Color HEX #336955 Spectra

📋 copy color: '#336955'

red 51 ◦ green 105 ◦ blue 85

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

Shades of Spectra #336955

Tints of Spectra #336955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 21.16%
G = 43.57%
B = 35.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#336955 (or 0x336955) is known color: Spectra. HEX triplet: 33, 69 and 55. RGB value is (51,105,85). Sum of RGB (Red+Green+Blue) = 51+105+85=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #336955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336955 is #CC96AA. Grayscale: #565656. Windows color (decimal): -13407915 or 5597491. OLE color: 5597491.

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

Color convert

RGB 51 105 85 -
CMYK 0.51 0 0.19 0.59
HSL 157.78º 0.35% 0.31% -
HSV(B) 157.78º 0.51% 0.41% -
XYZ 8.06 11.46 10.38 -
YUV 86.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 51 105 85 0.51 0 0.19 0.59 157.78 0.35 0.31
Hex 33 69 55 33 0 13 3B 9E 23 1F
Octal 63 151 125 63 0 23 73 236 43 37
Binary 110011 1101001 1010101 110011 0 10011 111011 10011110 100011 11111

Color Harmonies of #336955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336955

Black with #336955

Text Example


Text Example

White with #336955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336955; }

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

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

background-color css

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

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

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

border-color css

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

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

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