Html Css Color HEX #39695E Stromboli

📋 copy color: '#39695E'

red 57 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #39695E

Tints of Stromboli #39695E

RGB

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

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

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

R = 22.27%
G = 41.02%
B = 36.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#39695E (or 0x39695E) is known color: Stromboli. HEX triplet: 39, 69 and 5E. RGB value is (57,105,94). Sum of RGB (Red+Green+Blue) = 57+105+94=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #39695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39695E is #C696A1. Grayscale: #595959. Windows color (decimal): -13014690 or 6187321. OLE color: 6187321.

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

Color convert

RGB 57 105 94 -
CMYK 0.46 0 0.10 0.59
HSL 166.25º 0.3% 0.32% -
HSV(B) 166.25º 0.46% 0.41% -
XYZ 8.76 11.78 12.4 -
YUV 89.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 57 105 94 0.46 0 0.10 0.59 166.25 0.3 0.32
Hex 39 69 5E 2E 0 A 3B A6 1E 20
Octal 71 151 136 56 0 12 73 246 36 40
Binary 111001 1101001 1011110 101110 0 1010 111011 10100110 11110 100000

Color Harmonies of #39695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39695E

Black with #39695E

Text Example


Text Example

White with #39695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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