Html Css Color HEX #39695D Stromboli

📋 copy color: '#39695D'

red 57 ◦ green 105 ◦ blue 93

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

Shades of Stromboli #39695D

Tints of Stromboli #39695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 22.35%
G = 41.18%
B = 36.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#39695D (or 0x39695D) is known color: Stromboli. HEX triplet: 39, 69 and 5D. RGB value is (57,105,93). Sum of RGB (Red+Green+Blue) = 57+105+93=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #39695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39695D is #C696A2. Grayscale: #595959. Windows color (decimal): -13014691 or 6121785. OLE color: 6121785.

HSL color Cylindrical-coordinate representation of color #39695D: hue angle of 165º 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 #39695D is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 93 -
CMYK 0.46 0 0.11 0.59
HSL 165º 0.3% 0.32% -
HSV(B) 165º 0.46% 0.41% -
XYZ 8.71 11.76 12.17 -
YUV 89.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 57 105 93 0.46 0 0.11 0.59 165 0.3 0.32
Hex 39 69 5D 2E 0 B 3B A5 1E 20
Octal 71 151 135 56 0 13 73 245 36 40
Binary 111001 1101001 1011101 101110 0 1011 111011 10100101 11110 100000

Color Harmonies of #39695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39695D

Black with #39695D

Text Example


Text Example

White with #39695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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