Html Css Color HEX #326E55 Stromboli

📋 copy color: '#326E55'

red 50 ◦ green 110 ◦ blue 85

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

Shades of Stromboli #326E55

Tints of Stromboli #326E55

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.9%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 20.41%
G = 44.9%
B = 34.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#326E55 (or 0x326E55) is known color: Stromboli. HEX triplet: 32, 6E and 55. RGB value is (50,110,85). Sum of RGB (Red+Green+Blue) = 50+110+85=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #326E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E55 is #CD91AA. Grayscale: #595959. Windows color (decimal): -13472171 or 5598770. OLE color: 5598770.

HSL color Cylindrical-coordinate representation of color #326E55: hue angle of 155º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E55 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 110 85 -
CMYK 0.55 0 0.23 0.57
HSL 155º 0.38% 0.31% -
HSV(B) 155º 0.55% 0.43% -
XYZ 8.53 12.49 10.55 -
YUV 89.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 50 110 85 0.55 0 0.23 0.57 155 0.38 0.31
Hex 32 6E 55 37 0 17 39 9B 26 1F
Octal 62 156 125 67 0 27 71 233 46 37
Binary 110010 1101110 1010101 110111 0 10111 111001 10011011 100110 11111

Color Harmonies of #326E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E55

Black with #326E55

Text Example


Text Example

White with #326E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326E55; }

 p { color: rgb(50,110,85); }

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

background-color css

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

 a { background-color: rgb(50,110,85); }

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

border-color css

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

 span { border-color: rgb(50,110,85); }

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