Html Css Color HEX #386357 Stromboli

📋 copy color: '#386357'

red 56 ◦ green 99 ◦ blue 87

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

Shades of Stromboli #386357

Tints of Stromboli #386357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.91%

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 23.14%
G = 40.91%
B = 35.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#386357 (or 0x386357) is known color: Stromboli. HEX triplet: 38, 63 and 57. RGB value is (56,99,87). Sum of RGB (Red+Green+Blue) = 56+99+87=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #386357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386357 is #C79CA8. Grayscale: #545454. Windows color (decimal): -13081769 or 5727032. OLE color: 5727032.

HSL color Cylindrical-coordinate representation of color #386357: hue angle of 163.26º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386357 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 99 87 -
CMYK 0.43 0 0.12 0.61
HSL 163.26º 0.28% 0.3% -
HSV(B) 163.26º 0.43% 0.39% -
XYZ 7.81 10.45 10.62 -
YUV 84.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 56 99 87 0.43 0 0.12 0.61 163.26 0.28 0.3
Hex 38 63 57 2B 0 C 3D A3 1C 1E
Octal 70 143 127 53 0 14 75 243 34 36
Binary 111000 1100011 1010111 101011 0 1100 111101 10100011 11100 11110

Color Harmonies of #386357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386357

Black with #386357

Text Example


Text Example

White with #386357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386357; }

 p { color: rgb(56,99,87); }

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

background-color css

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

 a { background-color: rgb(56,99,87); }

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

border-color css

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

 span { border-color: rgb(56,99,87); }

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