Html Css Color HEX #336557 Spectra

📋 copy color: '#336557'

red 51 ◦ green 101 ◦ blue 87

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

Shades of Spectra #336557

Tints of Spectra #336557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 21.34%
G = 42.26%
B = 36.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#336557 (or 0x336557) is known color: Spectra. HEX triplet: 33, 65 and 57. RGB value is (51,101,87). Sum of RGB (Red+Green+Blue) = 51+101+87=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #336557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336557 is #CC9AA8. Grayscale: #545454. Windows color (decimal): -13408937 or 5727539. OLE color: 5727539.

HSL color Cylindrical-coordinate representation of color #336557: hue angle of 163.2º 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 #336557 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 101 87 -
CMYK 0.50 0 0.14 0.60
HSL 163.2º 0.33% 0.3% -
HSV(B) 163.2º 0.5% 0.4% -
XYZ 7.74 10.7 10.67 -
YUV 84.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 51 101 87 0.50 0 0.14 0.60 163.2 0.33 0.3
Hex 33 65 57 32 0 E 3C A3 21 1E
Octal 63 145 127 62 0 16 74 243 41 36
Binary 110011 1100101 1010111 110010 0 1110 111100 10100011 100001 11110

Color Harmonies of #336557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336557

Black with #336557

Text Example


Text Example

White with #336557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336557; }

 p { color: rgb(51,101,87); }

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

background-color css

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

 a { background-color: rgb(51,101,87); }

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

border-color css

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

 span { border-color: rgb(51,101,87); }

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