Html Css Color HEX #386F5A Stromboli

📋 copy color: '#386F5A'

red 56 ◦ green 111 ◦ blue 90

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

Shades of Stromboli #386F5A

Tints of Stromboli #386F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

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

R = 21.79%
G = 43.19%
B = 35.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#386F5A (or 0x386F5A) is known color: Stromboli. HEX triplet: 38, 6F and 5A. RGB value is (56,111,90). Sum of RGB (Red+Green+Blue) = 56+111+90=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #386F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F5A is #C790A5. Grayscale: #5C5C5C. Windows color (decimal): -13078694 or 5926712. OLE color: 5926712.

HSL color Cylindrical-coordinate representation of color #386F5A: hue angle of 157.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F5A is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 90 -
CMYK 0.50 0 0.19 0.56
HSL 157.09º 0.33% 0.33% -
HSV(B) 157.09º 0.5% 0.44% -
XYZ 9.16 12.95 11.69 -
YUV 92.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 56 111 90 0.50 0 0.19 0.56 157.09 0.33 0.33
Hex 38 6F 5A 32 0 13 38 9D 21 21
Octal 70 157 132 62 0 23 70 235 41 41
Binary 111000 1101111 1011010 110010 0 10011 111000 10011101 100001 100001

Color Harmonies of #386F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F5A

Black with #386F5A

Text Example


Text Example

White with #386F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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