Html Css Color HEX #38725F Stromboli

📋 copy color: '#38725F'

red 56 ◦ green 114 ◦ blue 95

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

Shades of Stromboli #38725F

Tints of Stromboli #38725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.02%

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

R = 21.13%
G = 43.02%
B = 35.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#38725F (or 0x38725F) is known color: Stromboli. HEX triplet: 38, 72 and 5F. RGB value is (56,114,95). Sum of RGB (Red+Green+Blue) = 56+114+95=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #38725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38725F is #C78DA0. Grayscale: #5E5E5E. Windows color (decimal): -13077921 or 6255160. OLE color: 6255160.

HSL color Cylindrical-coordinate representation of color #38725F: hue angle of 160.34º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38725F is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 95 -
CMYK 0.51 0 0.17 0.55
HSL 160.34º 0.34% 0.33% -
HSV(B) 160.34º 0.51% 0.45% -
XYZ 9.71 13.7 12.96 -
YUV 94.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 56 114 95 0.51 0 0.17 0.55 160.34 0.34 0.33
Hex 38 72 5F 33 0 11 37 A0 22 21
Octal 70 162 137 63 0 21 67 240 42 41
Binary 111000 1110010 1011111 110011 0 10001 110111 10100000 100010 100001

Color Harmonies of #38725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38725F

Black with #38725F

Text Example


Text Example

White with #38725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,114,95); }

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

background-color css

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

 a { background-color: rgb(56,114,95); }

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

border-color css

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

 span { border-color: rgb(56,114,95); }

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