Html Css Color HEX #386D5B Stromboli

📋 copy color: '#386D5B'

red 56 ◦ green 109 ◦ blue 91

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

Shades of Stromboli #386D5B

Tints of Stromboli #386D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 21.88%
G = 42.58%
B = 35.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#386D5B (or 0x386D5B) is known color: Stromboli. HEX triplet: 38, 6D and 5B. RGB value is (56,109,91). Sum of RGB (Red+Green+Blue) = 56+109+91=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #386D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D5B is #C792A4. Grayscale: #5B5B5B. Windows color (decimal): -13079205 or 5991736. OLE color: 5991736.

HSL color Cylindrical-coordinate representation of color #386D5B: hue angle of 159.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D5B is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 109 91 -
CMYK 0.49 0 0.17 0.57
HSL 159.62º 0.32% 0.32% -
HSV(B) 159.62º 0.49% 0.43% -
XYZ 8.99 12.53 11.84 -
YUV 91.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 56 109 91 0.49 0 0.17 0.57 159.62 0.32 0.32
Hex 38 6D 5B 31 0 11 39 A0 20 20
Octal 70 155 133 61 0 21 71 240 40 40
Binary 111000 1101101 1011011 110001 0 10001 111001 10100000 100000 100000

Color Harmonies of #386D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D5B

Black with #386D5B

Text Example


Text Example

White with #386D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386D5B; }

 p { color: rgb(56,109,91); }

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

background-color css

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

 a { background-color: rgb(56,109,91); }

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

border-color css

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

 span { border-color: rgb(56,109,91); }

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