Html Css Color HEX #39705E Stromboli

📋 copy color: '#39705E'

red 57 ◦ green 112 ◦ blue 94

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

Shades of Stromboli #39705E

Tints of Stromboli #39705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

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

R = 21.67%
G = 42.59%
B = 35.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#39705E (or 0x39705E) is known color: Stromboli. HEX triplet: 39, 70 and 5E. RGB value is (57,112,94). Sum of RGB (Red+Green+Blue) = 57+112+94=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #39705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39705E is #C68FA1. Grayscale: #5D5D5D. Windows color (decimal): -13012898 or 6189113. OLE color: 6189113.

HSL color Cylindrical-coordinate representation of color #39705E: hue angle of 160.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39705E is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 94 -
CMYK 0.49 0 0.16 0.56
HSL 160.36º 0.33% 0.33% -
HSV(B) 160.36º 0.49% 0.44% -
XYZ 9.5 13.27 12.65 -
YUV 93.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 57 112 94 0.49 0 0.16 0.56 160.36 0.33 0.33
Hex 39 70 5E 31 0 10 38 A0 21 21
Octal 71 160 136 61 0 20 70 240 41 41
Binary 111001 1110000 1011110 110001 0 10000 111000 10100000 100001 100001

Color Harmonies of #39705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39705E

Black with #39705E

Text Example


Text Example

White with #39705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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