Html Css Color HEX #386355 Stromboli

📋 copy color: '#386355'

red 56 ◦ green 99 ◦ blue 85

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

Shades of Stromboli #386355

Tints of Stromboli #386355

RGB

 RED value IS 56 (22.27% from 255) = 23.33%

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

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

R = 23.33%
G = 41.25%
B = 35.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#386355 (or 0x386355) is known color: Stromboli. HEX triplet: 38, 63 and 55. RGB value is (56,99,85). Sum of RGB (Red+Green+Blue) = 56+99+85=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #386355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386355 is #C79CAA. Grayscale: #545454. Windows color (decimal): -13081771 or 5595960. OLE color: 5595960.

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

Color convert

RGB 56 99 85 -
CMYK 0.43 0 0.14 0.61
HSL 160.47º 0.28% 0.3% -
HSV(B) 160.47º 0.43% 0.39% -
XYZ 7.73 10.42 10.2 -
YUV 84.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 56 99 85 0.43 0 0.14 0.61 160.47 0.28 0.3
Hex 38 63 55 2B 0 E 3D A0 1C 1E
Octal 70 143 125 53 0 16 75 240 34 36
Binary 111000 1100011 1010101 101011 0 1110 111101 10100000 11100 11110

Color Harmonies of #386355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386355

Black with #386355

Text Example


Text Example

White with #386355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386355; }

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

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

background-color css

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

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

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

border-color css

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

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

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