Html Css Color HEX #396358 Stromboli

📋 copy color: '#396358'

red 57 ◦ green 99 ◦ blue 88

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

Shades of Stromboli #396358

Tints of Stromboli #396358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

 BLUE value IS 88 (34.77% from 255) = 36.07%

R = 23.36%
G = 40.57%
B = 36.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#396358 (or 0x396358) is known color: Stromboli. HEX triplet: 39, 63 and 58. RGB value is (57,99,88). Sum of RGB (Red+Green+Blue) = 57+99+88=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #396358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396358 is #C69CA7. Grayscale: #555555. Windows color (decimal): -13016232 or 5792569. OLE color: 5792569.

HSL color Cylindrical-coordinate representation of color #396358: hue angle of 164.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396358 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 88 -
CMYK 0.42 0 0.11 0.61
HSL 164.29º 0.27% 0.31% -
HSV(B) 164.29º 0.42% 0.39% -
XYZ 7.91 10.5 10.84 -
YUV 85.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 57 99 88 0.42 0 0.11 0.61 164.29 0.27 0.31
Hex 39 63 58 2A 0 B 3D A4 1B 1F
Octal 71 143 130 52 0 13 75 244 33 37
Binary 111001 1100011 1011000 101010 0 1011 111101 10100100 11011 11111

Color Harmonies of #396358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396358

Black with #396358

Text Example


Text Example

White with #396358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396358; }

 p { color: rgb(57,99,88); }

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

background-color css

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

 a { background-color: rgb(57,99,88); }

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

border-color css

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

 span { border-color: rgb(57,99,88); }

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