Html Css Color HEX #386655 Stromboli

📋 copy color: '#386655'

red 56 ◦ green 102 ◦ blue 85

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

Shades of Stromboli #386655

Tints of Stromboli #386655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

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

R = 23.05%
G = 41.98%
B = 34.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#386655 (or 0x386655) is known color: Stromboli. HEX triplet: 38, 66 and 55. RGB value is (56,102,85). Sum of RGB (Red+Green+Blue) = 56+102+85=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #386655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386655 is #C799AA. Grayscale: #565656. Windows color (decimal): -13081003 or 5596728. OLE color: 5596728.

HSL color Cylindrical-coordinate representation of color #386655: hue angle of 157.83º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386655 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 85 -
CMYK 0.45 0 0.17 0.6
HSL 157.83º 0.29% 0.31% -
HSV(B) 157.83º 0.45% 0.4% -
XYZ 8.02 11 10.29 -
YUV 86.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 56 102 85 0.45 0 0.17 0.6 157.83 0.29 0.31
Hex 38 66 55 2D 0 11 3C 9E 1D 1F
Octal 70 146 125 55 0 21 74 236 35 37
Binary 111000 1100110 1010101 101101 0 10001 111100 10011110 11101 11111

Color Harmonies of #386655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386655

Black with #386655

Text Example


Text Example

White with #386655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386655; }

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

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

background-color css

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

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

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

border-color css

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

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

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