Html Css Color HEX #39695B Stromboli

📋 copy color: '#39695B'

red 57 ◦ green 105 ◦ blue 91

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

Shades of Stromboli #39695B

Tints of Stromboli #39695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.97%

R = 22.53%
G = 41.5%
B = 35.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#39695B (or 0x39695B) is known color: Stromboli. HEX triplet: 39, 69 and 5B. RGB value is (57,105,91). Sum of RGB (Red+Green+Blue) = 57+105+91=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #39695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39695B is #C696A4. Grayscale: #595959. Windows color (decimal): -13014693 or 5990713. OLE color: 5990713.

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

Color convert

RGB 57 105 91 -
CMYK 0.46 0 0.13 0.59
HSL 162.5º 0.3% 0.32% -
HSV(B) 162.5º 0.46% 0.41% -
XYZ 8.63 11.73 11.71 -
YUV 89.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 57 105 91 0.46 0 0.13 0.59 162.5 0.3 0.32
Hex 39 69 5B 2E 0 D 3B A2 1E 20
Octal 71 151 133 56 0 15 73 242 36 40
Binary 111001 1101001 1011011 101110 0 1101 111011 10100010 11110 100000

Color Harmonies of #39695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39695B

Black with #39695B

Text Example


Text Example

White with #39695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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