Html Css Color HEX #336356 Spectra

📋 copy color: '#336356'

red 51 ◦ green 99 ◦ blue 86

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

Shades of Spectra #336356

Tints of Spectra #336356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 21.61%
G = 41.95%
B = 36.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#336356 (or 0x336356) is known color: Spectra. HEX triplet: 33, 63 and 56. RGB value is (51,99,86). Sum of RGB (Red+Green+Blue) = 51+99+86=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #336356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336356 is #CC9CA9. Grayscale: #535353. Windows color (decimal): -13409450 or 5661491. OLE color: 5661491.

HSL color Cylindrical-coordinate representation of color #336356: hue angle of 163.75º 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 #336356 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 99 86 -
CMYK 0.48 0 0.13 0.61
HSL 163.75º 0.32% 0.29% -
HSV(B) 163.75º 0.48% 0.39% -
XYZ 7.51 10.3 10.4 -
YUV 83.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 51 99 86 0.48 0 0.13 0.61 163.75 0.32 0.29
Hex 33 63 56 30 0 D 3D A4 20 1D
Octal 63 143 126 60 0 15 75 244 40 35
Binary 110011 1100011 1010110 110000 0 1101 111101 10100100 100000 11101

Color Harmonies of #336356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336356

Black with #336356

Text Example


Text Example

White with #336356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336356; }

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

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

background-color css

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

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

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

border-color css

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

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

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