Html Css Color HEX #336351 Spectra

📋 copy color: '#336351'

red 51 ◦ green 99 ◦ blue 81

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

Shades of Spectra #336351

Tints of Spectra #336351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 22.08%
G = 42.86%
B = 35.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#336351 (or 0x336351) is known color: Spectra. HEX triplet: 33, 63 and 51. RGB value is (51,99,81). Sum of RGB (Red+Green+Blue) = 51+99+81=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #336351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336351 is #CC9CAE. Grayscale: #525252. Windows color (decimal): -13409455 or 5333811. OLE color: 5333811.

HSL color Cylindrical-coordinate representation of color #336351: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336351 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 99 81 -
CMYK 0.48 0 0.18 0.61
HSL 157.5º 0.32% 0.29% -
HSV(B) 157.5º 0.48% 0.39% -
XYZ 7.31 10.22 9.37 -
YUV 82.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 51 99 81 0.48 0 0.18 0.61 157.5 0.32 0.29
Hex 33 63 51 30 0 12 3D 9E 20 1D
Octal 63 143 121 60 0 22 75 236 40 35
Binary 110011 1100011 1010001 110000 0 10010 111101 10011110 100000 11101

Color Harmonies of #336351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336351

Black with #336351

Text Example


Text Example

White with #336351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336351; }

 p { color: rgb(51,99,81); }

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

background-color css

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

 a { background-color: rgb(51,99,81); }

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

border-color css

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

 span { border-color: rgb(51,99,81); }

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