Html Css Color HEX #386E60 Stromboli

📋 copy color: '#386E60'

red 56 ◦ green 110 ◦ blue 96

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

Shades of Stromboli #386E60

Tints of Stromboli #386E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.98%

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 21.37%
G = 41.98%
B = 36.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#386E60 (or 0x386E60) is known color: Stromboli. HEX triplet: 38, 6E and 60. RGB value is (56,110,96). Sum of RGB (Red+Green+Blue) = 56+110+96=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #386E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E60 is #C7919F. Grayscale: #5C5C5C. Windows color (decimal): -13078944 or 6319672. OLE color: 6319672.

HSL color Cylindrical-coordinate representation of color #386E60: hue angle of 164.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E60 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 110 96 -
CMYK 0.49 0 0.13 0.57
HSL 164.44º 0.33% 0.33% -
HSV(B) 164.44º 0.49% 0.43% -
XYZ 9.32 12.84 13.05 -
YUV 92.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 56 110 96 0.49 0 0.13 0.57 164.44 0.33 0.33
Hex 38 6E 60 31 0 D 39 A4 21 21
Octal 70 156 140 61 0 15 71 244 41 41
Binary 111000 1101110 1100000 110001 0 1101 111001 10100100 100001 100001

Color Harmonies of #386E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E60

Black with #386E60

Text Example


Text Example

White with #386E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,110,96); }

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

background-color css

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

 a { background-color: rgb(56,110,96); }

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

border-color css

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

 span { border-color: rgb(56,110,96); }

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