Html Css Color HEX #396355 Stromboli

📋 copy color: '#396355'

red 57 ◦ green 99 ◦ blue 85

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

Shades of Stromboli #396355

Tints of Stromboli #396355

RGB

 RED value IS 57 (22.66% from 255) = 23.65%

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

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

R = 23.65%
G = 41.08%
B = 35.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#396355 (or 0x396355) is known color: Stromboli. HEX triplet: 39, 63 and 55. RGB value is (57,99,85). Sum of RGB (Red+Green+Blue) = 57+99+85=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #396355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396355 is #C69CAA. Grayscale: #545454. Windows color (decimal): -13016235 or 5595961. OLE color: 5595961.

HSL color Cylindrical-coordinate representation of color #396355: hue angle of 160º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396355 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 85 -
CMYK 0.42 0 0.14 0.61
HSL 160º 0.27% 0.31% -
HSV(B) 160º 0.42% 0.39% -
XYZ 7.79 10.45 10.2 -
YUV 84.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 57 99 85 0.42 0 0.14 0.61 160 0.27 0.31
Hex 39 63 55 2A 0 E 3D A0 1B 1F
Octal 71 143 125 52 0 16 75 240 33 37
Binary 111001 1100011 1010101 101010 0 1110 111101 10100000 11011 11111

Color Harmonies of #396355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396355

Black with #396355

Text Example


Text Example

White with #396355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396355; }

 p { color: rgb(57,99,85); }

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

background-color css

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

 a { background-color: rgb(57,99,85); }

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

border-color css

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

 span { border-color: rgb(57,99,85); }

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