Html Css Color HEX #386850 Stromboli

📋 copy color: '#386850'

red 56 ◦ green 104 ◦ blue 80

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

Shades of Stromboli #386850

Tints of Stromboli #386850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 23.33%
G = 43.33%
B = 33.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#386850 (or 0x386850) is known color: Stromboli. HEX triplet: 38, 68 and 50. RGB value is (56,104,80). Sum of RGB (Red+Green+Blue) = 56+104+80=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #386850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386850 is #C797AF. Grayscale: #565656. Windows color (decimal): -13080496 or 5269560. OLE color: 5269560.

HSL color Cylindrical-coordinate representation of color #386850: hue angle of 150º 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 #386850 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 80 -
CMYK 0.46 0 0.23 0.59
HSL 150º 0.3% 0.31% -
HSV(B) 150º 0.46% 0.41% -
XYZ 8.03 11.32 9.35 -
YUV 86.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 56 104 80 0.46 0 0.23 0.59 150 0.3 0.31
Hex 38 68 50 2E 0 17 3B 96 1E 1F
Octal 70 150 120 56 0 27 73 226 36 37
Binary 111000 1101000 1010000 101110 0 10111 111011 10010110 11110 11111

Color Harmonies of #386850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386850

Black with #386850

Text Example


Text Example

White with #386850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386850; }

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

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

background-color css

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

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

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

border-color css

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

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

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