Html Css Color HEX #336352 Spectra

📋 copy color: '#336352'

red 51 ◦ green 99 ◦ blue 82

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

Shades of Spectra #336352

Tints of Spectra #336352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 21.98%
G = 42.67%
B = 35.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#336352 (or 0x336352) is known color: Spectra. HEX triplet: 33, 63 and 52. RGB value is (51,99,82). Sum of RGB (Red+Green+Blue) = 51+99+82=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #336352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336352 is #CC9CAD. Grayscale: #525252. Windows color (decimal): -13409454 or 5399347. OLE color: 5399347.

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

Color convert

RGB 51 99 82 -
CMYK 0.48 0 0.17 0.61
HSL 158.75º 0.32% 0.29% -
HSV(B) 158.75º 0.48% 0.39% -
XYZ 7.35 10.24 9.57 -
YUV 82.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 51 99 82 0.48 0 0.17 0.61 158.75 0.32 0.29
Hex 33 63 52 30 0 11 3D 9F 20 1D
Octal 63 143 122 60 0 21 75 237 40 35
Binary 110011 1100011 1010010 110000 0 10001 111101 10011111 100000 11101

Color Harmonies of #336352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336352

Black with #336352

Text Example


Text Example

White with #336352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336352; }

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

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

background-color css

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

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

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

border-color css

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

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

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