Html Css Color HEX #386C54 Stromboli

📋 copy color: '#386C54'

red 56 ◦ green 108 ◦ blue 84

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

Shades of Stromboli #386C54

Tints of Stromboli #386C54

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.55%

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 22.58%
G = 43.55%
B = 33.87%

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

#386C54 (or 0x386C54) is known color: Stromboli. HEX triplet: 38, 6C and 54. RGB value is (56,108,84). Sum of RGB (Red+Green+Blue) = 56+108+84=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #386C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C54 is #C793AB. Grayscale: #595959. Windows color (decimal): -13079468 or 5532728. OLE color: 5532728.

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

Color convert

RGB 56 108 84 -
CMYK 0.48 0 0.22 0.58
HSL 152.31º 0.32% 0.32% -
HSV(B) 152.31º 0.48% 0.42% -
XYZ 8.59 12.21 10.29 -
YUV 89.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 56 108 84 0.48 0 0.22 0.58 152.31 0.32 0.32
Hex 38 6C 54 30 0 16 3A 98 20 20
Octal 70 154 124 60 0 26 72 230 40 40
Binary 111000 1101100 1010100 110000 0 10110 111010 10011000 100000 100000

Color Harmonies of #386C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C54

Black with #386C54

Text Example


Text Example

White with #386C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,108,84); }

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

background-color css

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

 a { background-color: rgb(56,108,84); }

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

border-color css

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

 span { border-color: rgb(56,108,84); }

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