Html Css Color HEX #396953 Stromboli

📋 copy color: '#396953'

red 57 ◦ green 105 ◦ blue 83

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

Shades of Stromboli #396953

Tints of Stromboli #396953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

 BLUE value IS 83 (32.81% from 255) = 33.88%

R = 23.27%
G = 42.86%
B = 33.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#396953 (or 0x396953) is known color: Stromboli. HEX triplet: 39, 69 and 53. RGB value is (57,105,83). Sum of RGB (Red+Green+Blue) = 57+105+83=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #396953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396953 is #C696AC. Grayscale: #585858. Windows color (decimal): -13014701 or 5466425. OLE color: 5466425.

HSL color Cylindrical-coordinate representation of color #396953: hue angle of 152.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396953 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 83 -
CMYK 0.46 0 0.21 0.59
HSL 152.5º 0.3% 0.32% -
HSV(B) 152.5º 0.46% 0.41% -
XYZ 8.3 11.6 9.98 -
YUV 88.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 57 105 83 0.46 0 0.21 0.59 152.5 0.3 0.32
Hex 39 69 53 2E 0 15 3B 98 1E 20
Octal 71 151 123 56 0 25 73 230 36 40
Binary 111001 1101001 1010011 101110 0 10101 111011 10011000 11110 100000

Color Harmonies of #396953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396953

Black with #396953

Text Example


Text Example

White with #396953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396953; }

 p { color: rgb(57,105,83); }

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

background-color css

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

 a { background-color: rgb(57,105,83); }

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

border-color css

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

 span { border-color: rgb(57,105,83); }

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