Html Css Color HEX #386C5A Stromboli

📋 copy color: '#386C5A'

red 56 ◦ green 108 ◦ blue 90

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

Shades of Stromboli #386C5A

Tints of Stromboli #386C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 22.05%
G = 42.52%
B = 35.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#386C5A (or 0x386C5A) is known color: Stromboli. HEX triplet: 38, 6C and 5A. RGB value is (56,108,90). Sum of RGB (Red+Green+Blue) = 56+108+90=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #386C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C5A is #C793A5. Grayscale: #5A5A5A. Windows color (decimal): -13079462 or 5925944. OLE color: 5925944.

HSL color Cylindrical-coordinate representation of color #386C5A: hue angle of 159.23º 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 #386C5A is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 108 90 -
CMYK 0.48 0 0.17 0.58
HSL 159.23º 0.32% 0.32% -
HSV(B) 159.23º 0.48% 0.42% -
XYZ 8.84 12.3 11.58 -
YUV 90.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 56 108 90 0.48 0 0.17 0.58 159.23 0.32 0.32
Hex 38 6C 5A 30 0 11 3A 9F 20 20
Octal 70 154 132 60 0 21 72 237 40 40
Binary 111000 1101100 1011010 110000 0 10001 111010 10011111 100000 100000

Color Harmonies of #386C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C5A

Black with #386C5A

Text Example


Text Example

White with #386C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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