Html Css Color HEX #326353 Spectra

📋 copy color: '#326353'

red 50 ◦ green 99 ◦ blue 83

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

Shades of Spectra #326353

Tints of Spectra #326353

RGB

 RED value IS 50 (19.92% from 255) = 21.55%

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

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 21.55%
G = 42.67%
B = 35.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#326353 (or 0x326353) is known color: Spectra. HEX triplet: 32, 63 and 53. RGB value is (50,99,83). Sum of RGB (Red+Green+Blue) = 50+99+83=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #326353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326353 is #CD9CAC. Grayscale: #525252. Windows color (decimal): -13474989 or 5464882. OLE color: 5464882.

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

Color convert

RGB 50 99 83 -
CMYK 0.49 0 0.16 0.61
HSL 160.41º 0.33% 0.29% -
HSV(B) 160.41º 0.49% 0.39% -
XYZ 7.34 10.23 9.77 -
YUV 82.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 50 99 83 0.49 0 0.16 0.61 160.41 0.33 0.29
Hex 32 63 53 31 0 10 3D A0 21 1D
Octal 62 143 123 61 0 20 75 240 41 35
Binary 110010 1100011 1010011 110001 0 10000 111101 10100000 100001 11101

Color Harmonies of #326353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326353

Black with #326353

Text Example


Text Example

White with #326353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326353; }

 p { color: rgb(50,99,83); }

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

background-color css

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

 a { background-color: rgb(50,99,83); }

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

border-color css

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

 span { border-color: rgb(50,99,83); }

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