Html Css Color HEX #386B53 Stromboli

📋 copy color: '#386B53'

red 56 ◦ green 107 ◦ blue 83

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

Shades of Stromboli #386B53

Tints of Stromboli #386B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.5%

 BLUE value IS 83 (32.81% from 255) = 33.74%

R = 22.76%
G = 43.5%
B = 33.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#386B53 (or 0x386B53) is known color: Stromboli. HEX triplet: 38, 6B and 53. RGB value is (56,107,83). Sum of RGB (Red+Green+Blue) = 56+107+83=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #386B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B53 is #C794AC. Grayscale: #595959. Windows color (decimal): -13079725 or 5466936. OLE color: 5466936.

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

Color convert

RGB 56 107 83 -
CMYK 0.48 0 0.22 0.58
HSL 151.76º 0.31% 0.32% -
HSV(B) 151.76º 0.48% 0.42% -
XYZ 8.45 11.98 10.05 -
YUV 89.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 56 107 83 0.48 0 0.22 0.58 151.76 0.31 0.32
Hex 38 6B 53 30 0 16 3A 98 1F 20
Octal 70 153 123 60 0 26 72 230 37 40
Binary 111000 1101011 1010011 110000 0 10110 111010 10011000 11111 100000

Color Harmonies of #386B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B53

Black with #386B53

Text Example


Text Example

White with #386B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,83); }

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

background-color css

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

 a { background-color: rgb(56,107,83); }

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

border-color css

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

 span { border-color: rgb(56,107,83); }

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