Html Css Color HEX #386855 Stromboli

📋 copy color: '#386855'

red 56 ◦ green 104 ◦ blue 85

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

Shades of Stromboli #386855

Tints of Stromboli #386855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.45%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 22.86%
G = 42.45%
B = 34.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#386855 (or 0x386855) is known color: Stromboli. HEX triplet: 38, 68 and 55. RGB value is (56,104,85). Sum of RGB (Red+Green+Blue) = 56+104+85=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #386855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386855 is #C797AA. Grayscale: #575757. Windows color (decimal): -13080491 or 5597240. OLE color: 5597240.

HSL color Cylindrical-coordinate representation of color #386855: hue angle of 156.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386855 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 85 -
CMYK 0.46 0 0.18 0.59
HSL 156.25º 0.3% 0.31% -
HSV(B) 156.25º 0.46% 0.41% -
XYZ 8.22 11.4 10.36 -
YUV 87.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 56 104 85 0.46 0 0.18 0.59 156.25 0.3 0.31
Hex 38 68 55 2E 0 12 3B 9C 1E 1F
Octal 70 150 125 56 0 22 73 234 36 37
Binary 111000 1101000 1010101 101110 0 10010 111011 10011100 11110 11111

Color Harmonies of #386855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386855

Black with #386855

Text Example


Text Example

White with #386855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386855; }

 p { color: rgb(56,104,85); }

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

background-color css

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

 a { background-color: rgb(56,104,85); }

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

border-color css

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

 span { border-color: rgb(56,104,85); }

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