Html Css Color HEX #386B52 Stromboli

📋 copy color: '#386B52'

red 56 ◦ green 107 ◦ blue 82

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

Shades of Stromboli #386B52

Tints of Stromboli #386B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 22.86%
G = 43.67%
B = 33.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#386B52 (or 0x386B52) is known color: Stromboli. HEX triplet: 38, 6B and 52. RGB value is (56,107,82). Sum of RGB (Red+Green+Blue) = 56+107+82=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #386B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B52 is #C794AD. Grayscale: #585858. Windows color (decimal): -13079726 or 5401400. OLE color: 5401400.

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

Color convert

RGB 56 107 82 -
CMYK 0.48 0 0.23 0.58
HSL 150.59º 0.31% 0.32% -
HSV(B) 150.59º 0.48% 0.42% -
XYZ 8.41 11.97 9.85 -
YUV 88.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 56 107 82 0.48 0 0.23 0.58 150.59 0.31 0.32
Hex 38 6B 52 30 0 17 3A 97 1F 20
Octal 70 153 122 60 0 27 72 227 37 40
Binary 111000 1101011 1010010 110000 0 10111 111010 10010111 11111 100000

Color Harmonies of #386B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B52

Black with #386B52

Text Example


Text Example

White with #386B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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