Html Css Color HEX #396F5F Stromboli

📋 copy color: '#396F5F'

red 57 ◦ green 111 ◦ blue 95

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

Shades of Stromboli #396F5F

Tints of Stromboli #396F5F

RGB

 RED value IS 57 (22.66% from 255) = 21.67%

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

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

R = 21.67%
G = 42.21%
B = 36.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#396F5F (or 0x396F5F) is known color: Stromboli. HEX triplet: 39, 6F and 5F. RGB value is (57,111,95). Sum of RGB (Red+Green+Blue) = 57+111+95=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #396F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F5F is #C690A0. Grayscale: #5D5D5D. Windows color (decimal): -13013153 or 6254393. OLE color: 6254393.

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

Color convert

RGB 57 111 95 -
CMYK 0.49 0 0.14 0.56
HSL 162.22º 0.32% 0.33% -
HSV(B) 162.22º 0.49% 0.44% -
XYZ 9.44 13.06 12.85 -
YUV 93.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 57 111 95 0.49 0 0.14 0.56 162.22 0.32 0.33
Hex 39 6F 5F 31 0 E 38 A2 20 21
Octal 71 157 137 61 0 16 70 242 40 41
Binary 111001 1101111 1011111 110001 0 1110 111000 10100010 100000 100001

Color Harmonies of #396F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F5F

Black with #396F5F

Text Example


Text Example

White with #396F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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