Html Css Color HEX #386A5F Stromboli

📋 copy color: '#386A5F'

red 56 ◦ green 106 ◦ blue 95

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

Shades of Stromboli #386A5F

Tints of Stromboli #386A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.25%

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 21.79%
G = 41.25%
B = 36.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#386A5F (or 0x386A5F) is known color: Stromboli. HEX triplet: 38, 6A and 5F. RGB value is (56,106,95). Sum of RGB (Red+Green+Blue) = 56+106+95=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #386A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A5F is #C795A0. Grayscale: #595959. Windows color (decimal): -13079969 or 6253112. OLE color: 6253112.

HSL color Cylindrical-coordinate representation of color #386A5F: hue angle of 166.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A5F is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 95 -
CMYK 0.47 0 0.10 0.58
HSL 166.8º 0.31% 0.32% -
HSV(B) 166.8º 0.47% 0.42% -
XYZ 8.85 11.98 12.67 -
YUV 89.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 56 106 95 0.47 0 0.10 0.58 166.8 0.31 0.32
Hex 38 6A 5F 2F 0 A 3A A7 1F 20
Octal 70 152 137 57 0 12 72 247 37 40
Binary 111000 1101010 1011111 101111 0 1010 111010 10100111 11111 100000

Color Harmonies of #386A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A5F

Black with #386A5F

Text Example


Text Example

White with #386A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,106,95); }

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

background-color css

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

 a { background-color: rgb(56,106,95); }

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

border-color css

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

 span { border-color: rgb(56,106,95); }

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