Html Css Color HEX #39705F Stromboli

📋 copy color: '#39705F'

red 57 ◦ green 112 ◦ blue 95

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

Shades of Stromboli #39705F

Tints of Stromboli #39705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 21.59%
G = 42.42%
B = 35.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#39705F (or 0x39705F) is known color: Stromboli. HEX triplet: 39, 70 and 5F. RGB value is (57,112,95). Sum of RGB (Red+Green+Blue) = 57+112+95=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #39705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39705F is #C68FA0. Grayscale: #5D5D5D. Windows color (decimal): -13012897 or 6254649. OLE color: 6254649.

HSL color Cylindrical-coordinate representation of color #39705F: hue angle of 161.45º 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 #39705F is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 95 -
CMYK 0.49 0 0.15 0.56
HSL 161.45º 0.33% 0.33% -
HSV(B) 161.45º 0.49% 0.44% -
XYZ 9.55 13.28 12.89 -
YUV 93.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 57 112 95 0.49 0 0.15 0.56 161.45 0.33 0.33
Hex 39 70 5F 31 0 F 38 A1 21 21
Octal 71 160 137 61 0 17 70 241 41 41
Binary 111001 1110000 1011111 110001 0 1111 111000 10100001 100001 100001

Color Harmonies of #39705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39705F

Black with #39705F

Text Example


Text Example

White with #39705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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