Html Css Color HEX #386E5F Stromboli

📋 copy color: '#386E5F'

red 56 ◦ green 110 ◦ blue 95

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

Shades of Stromboli #386E5F

Tints of Stromboli #386E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 21.46%
G = 42.15%
B = 36.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#386E5F (or 0x386E5F) is known color: Stromboli. HEX triplet: 38, 6E and 5F. RGB value is (56,110,95). Sum of RGB (Red+Green+Blue) = 56+110+95=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #386E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E5F is #C791A0. Grayscale: #5C5C5C. Windows color (decimal): -13078945 or 6254136. OLE color: 6254136.

HSL color Cylindrical-coordinate representation of color #386E5F: hue angle of 163.33º 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 #386E5F is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 110 95 -
CMYK 0.49 0 0.14 0.57
HSL 163.33º 0.33% 0.33% -
HSV(B) 163.33º 0.49% 0.43% -
XYZ 9.27 12.82 12.81 -
YUV 92.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 56 110 95 0.49 0 0.14 0.57 163.33 0.33 0.33
Hex 38 6E 5F 31 0 E 39 A3 21 21
Octal 70 156 137 61 0 16 71 243 41 41
Binary 111000 1101110 1011111 110001 0 1110 111001 10100011 100001 100001

Color Harmonies of #386E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E5F

Black with #386E5F

Text Example


Text Example

White with #386E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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