Html Css Color HEX #386C5E Stromboli

📋 copy color: '#386C5E'

red 56 ◦ green 108 ◦ blue 94

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

Shades of Stromboli #386C5E

Tints of Stromboli #386C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 21.71%
G = 41.86%
B = 36.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#386C5E (or 0x386C5E) is known color: Stromboli. HEX triplet: 38, 6C and 5E. RGB value is (56,108,94). Sum of RGB (Red+Green+Blue) = 56+108+94=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #386C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C5E is #C793A1. Grayscale: #5A5A5A. Windows color (decimal): -13079458 or 6188088. OLE color: 6188088.

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

Color convert

RGB 56 108 94 -
CMYK 0.48 0 0.13 0.58
HSL 163.85º 0.32% 0.32% -
HSV(B) 163.85º 0.48% 0.42% -
XYZ 9.01 12.37 12.5 -
YUV 90.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 56 108 94 0.48 0 0.13 0.58 163.85 0.32 0.32
Hex 38 6C 5E 30 0 D 3A A4 20 20
Octal 70 154 136 60 0 15 72 244 40 40
Binary 111000 1101100 1011110 110000 0 1101 111010 10100100 100000 100000

Color Harmonies of #386C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C5E

Black with #386C5E

Text Example


Text Example

White with #386C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,108,94); }

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

background-color css

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

 a { background-color: rgb(56,108,94); }

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

border-color css

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

 span { border-color: rgb(56,108,94); }

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