Html Css Color HEX #396F5E Stromboli

📋 copy color: '#396F5E'

red 57 ◦ green 111 ◦ blue 94

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

Shades of Stromboli #396F5E

Tints of Stromboli #396F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 21.76%
G = 42.37%
B = 35.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#396F5E (or 0x396F5E) is known color: Stromboli. HEX triplet: 39, 6F and 5E. RGB value is (57,111,94). Sum of RGB (Red+Green+Blue) = 57+111+94=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #396F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F5E is #C690A1. Grayscale: #5C5C5C. Windows color (decimal): -13013154 or 6188857. OLE color: 6188857.

HSL color Cylindrical-coordinate representation of color #396F5E: hue angle of 161.11º 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 #396F5E is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 94 -
CMYK 0.49 0 0.15 0.56
HSL 161.11º 0.32% 0.33% -
HSV(B) 161.11º 0.49% 0.44% -
XYZ 9.39 13.05 12.61 -
YUV 92.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 57 111 94 0.49 0 0.15 0.56 161.11 0.32 0.33
Hex 39 6F 5E 31 0 F 38 A1 20 21
Octal 71 157 136 61 0 17 70 241 40 41
Binary 111001 1101111 1011110 110001 0 1111 111000 10100001 100000 100001

Color Harmonies of #396F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F5E

Black with #396F5E

Text Example


Text Example

White with #396F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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