Html Css Color HEX #38705D Stromboli

📋 copy color: '#38705D'

red 56 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #38705D

Tints of Stromboli #38705D

RGB

 RED value IS 56 (22.27% from 255) = 21.46%

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

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

R = 21.46%
G = 42.91%
B = 35.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#38705D (or 0x38705D) is known color: Stromboli. HEX triplet: 38, 70 and 5D. RGB value is (56,112,93). Sum of RGB (Red+Green+Blue) = 56+112+93=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #38705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38705D is #C78FA2. Grayscale: #5D5D5D. Windows color (decimal): -13078435 or 6123576. OLE color: 6123576.

HSL color Cylindrical-coordinate representation of color #38705D: hue angle of 159.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38705D is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 93 -
CMYK 0.50 0 0.17 0.56
HSL 159.64º 0.33% 0.33% -
HSV(B) 159.64º 0.5% 0.44% -
XYZ 9.4 13.22 12.41 -
YUV 93.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 56 112 93 0.50 0 0.17 0.56 159.64 0.33 0.33
Hex 38 70 5D 32 0 11 38 A0 21 21
Octal 70 160 135 62 0 21 70 240 41 41
Binary 111000 1110000 1011101 110010 0 10001 111000 10100000 100001 100001

Color Harmonies of #38705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38705D

Black with #38705D

Text Example


Text Example

White with #38705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,112,93); }

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

background-color css

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

 a { background-color: rgb(56,112,93); }

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

border-color css

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

 span { border-color: rgb(56,112,93); }

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