Html Css Color HEX #386654 Stromboli

📋 copy color: '#386654'

red 56 ◦ green 102 ◦ blue 84

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

Shades of Stromboli #386654

Tints of Stromboli #386654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.71%

R = 23.14%
G = 42.15%
B = 34.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#386654 (or 0x386654) is known color: Stromboli. HEX triplet: 38, 66 and 54. RGB value is (56,102,84). Sum of RGB (Red+Green+Blue) = 56+102+84=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #386654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386654 is #C799AB. Grayscale: #565656. Windows color (decimal): -13081004 or 5531192. OLE color: 5531192.

HSL color Cylindrical-coordinate representation of color #386654: hue angle of 156.52º 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 #386654 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 84 -
CMYK 0.45 0 0.18 0.6
HSL 156.52º 0.29% 0.31% -
HSV(B) 156.52º 0.45% 0.4% -
XYZ 7.98 10.98 10.09 -
YUV 86.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 56 102 84 0.45 0 0.18 0.6 156.52 0.29 0.31
Hex 38 66 54 2D 0 12 3C 9D 1D 1F
Octal 70 146 124 55 0 22 74 235 35 37
Binary 111000 1100110 1010100 101101 0 10010 111100 10011101 11101 11111

Color Harmonies of #386654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386654

Black with #386654

Text Example


Text Example

White with #386654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386654; }

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

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

background-color css

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

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

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

border-color css

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

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

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