Html Css Color HEX #386556 Stromboli

📋 copy color: '#386556'

red 56 ◦ green 101 ◦ blue 86

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

Shades of Stromboli #386556

Tints of Stromboli #386556

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

 BLUE value IS 86 (33.98% from 255) = 35.39%

R = 23.05%
G = 41.56%
B = 35.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#386556 (or 0x386556) is known color: Stromboli. HEX triplet: 38, 65 and 56. RGB value is (56,101,86). Sum of RGB (Red+Green+Blue) = 56+101+86=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #386556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386556 is #C79AA9. Grayscale: #555555. Windows color (decimal): -13081258 or 5662008. OLE color: 5662008.

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

Color convert

RGB 56 101 86 -
CMYK 0.45 0 0.15 0.60
HSL 160º 0.29% 0.31% -
HSV(B) 160º 0.45% 0.4% -
XYZ 7.96 10.82 10.47 -
YUV 85.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 56 101 86 0.45 0 0.15 0.60 160 0.29 0.31
Hex 38 65 56 2D 0 F 3C A0 1D 1F
Octal 70 145 126 55 0 17 74 240 35 37
Binary 111000 1100101 1010110 101101 0 1111 111100 10100000 11101 11111

Color Harmonies of #386556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386556

Black with #386556

Text Example


Text Example

White with #386556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386556; }

 p { color: rgb(56,101,86); }

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

background-color css

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

 a { background-color: rgb(56,101,86); }

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

border-color css

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

 span { border-color: rgb(56,101,86); }

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