Html Css Color HEX #396750 Stromboli

📋 copy color: '#396750'

red 57 ◦ green 103 ◦ blue 80

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

Shades of Stromboli #396750

Tints of Stromboli #396750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 23.75%
G = 42.92%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#396750 (or 0x396750) is known color: Stromboli. HEX triplet: 39, 67 and 50. RGB value is (57,103,80). Sum of RGB (Red+Green+Blue) = 57+103+80=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 103 - color contains mainly: green. Hex color #396750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396750 is #C698AF. Grayscale: #565656. Windows color (decimal): -13015216 or 5269305. OLE color: 5269305.

HSL color Cylindrical-coordinate representation of color #396750: hue angle of 150º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396750 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 103 80 -
CMYK 0.45 0 0.22 0.60
HSL 150º 0.29% 0.31% -
HSV(B) 150º 0.45% 0.4% -
XYZ 7.99 11.15 9.32 -
YUV 86.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 57 103 80 0.45 0 0.22 0.60 150 0.29 0.31
Hex 39 67 50 2D 0 16 3C 96 1D 1F
Octal 71 147 120 55 0 26 74 226 35 37
Binary 111001 1100111 1010000 101101 0 10110 111100 10010110 11101 11111

Color Harmonies of #396750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396750

Black with #396750

Text Example


Text Example

White with #396750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396750; }

 p { color: rgb(57,103,80); }

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

background-color css

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

 a { background-color: rgb(57,103,80); }

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

border-color css

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

 span { border-color: rgb(57,103,80); }

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