Html Css Color HEX #38715E Stromboli

📋 copy color: '#38715E'

red 56 ◦ green 113 ◦ blue 94

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

Shades of Stromboli #38715E

Tints of Stromboli #38715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

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

R = 21.29%
G = 42.97%
B = 35.74%

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

#38715E (or 0x38715E) is known color: Stromboli. HEX triplet: 38, 71 and 5E. RGB value is (56,113,94). Sum of RGB (Red+Green+Blue) = 56+113+94=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #38715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38715E is #C78EA1. Grayscale: #5D5D5D. Windows color (decimal): -13078178 or 6189368. OLE color: 6189368.

HSL color Cylindrical-coordinate representation of color #38715E: hue angle of 160º degrees, saturation: 0.34, 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 #38715E is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 94 -
CMYK 0.50 0 0.17 0.56
HSL 160º 0.34% 0.33% -
HSV(B) 160º 0.5% 0.44% -
XYZ 9.56 13.46 12.68 -
YUV 93.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 56 113 94 0.50 0 0.17 0.56 160 0.34 0.33
Hex 38 71 5E 32 0 11 38 A0 22 21
Octal 70 161 136 62 0 21 70 240 42 41
Binary 111000 1110001 1011110 110010 0 10001 111000 10100000 100010 100001

Color Harmonies of #38715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38715E

Black with #38715E

Text Example


Text Example

White with #38715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,113,94); }

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

background-color css

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

 a { background-color: rgb(56,113,94); }

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

border-color css

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

 span { border-color: rgb(56,113,94); }

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