Html Css Color HEX #386F5F Stromboli

📋 copy color: '#386F5F'

red 56 ◦ green 111 ◦ blue 95

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

Shades of Stromboli #386F5F

Tints of Stromboli #386F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

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

R = 21.37%
G = 42.37%
B = 36.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#386F5F (or 0x386F5F) is known color: Stromboli. HEX triplet: 38, 6F and 5F. RGB value is (56,111,95). Sum of RGB (Red+Green+Blue) = 56+111+95=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #386F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F5F is #C790A0. Grayscale: #5C5C5C. Windows color (decimal): -13078689 or 6254392. OLE color: 6254392.

HSL color Cylindrical-coordinate representation of color #386F5F: hue angle of 162.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F5F is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 95 -
CMYK 0.50 0 0.14 0.56
HSL 162.55º 0.33% 0.33% -
HSV(B) 162.55º 0.5% 0.44% -
XYZ 9.38 13.04 12.85 -
YUV 92.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 56 111 95 0.50 0 0.14 0.56 162.55 0.33 0.33
Hex 38 6F 5F 32 0 E 38 A3 21 21
Octal 70 157 137 62 0 16 70 243 41 41
Binary 111000 1101111 1011111 110010 0 1110 111000 10100011 100001 100001

Color Harmonies of #386F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F5F

Black with #386F5F

Text Example


Text Example

White with #386F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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