Html Css Color HEX #38735C Stromboli

📋 copy color: '#38735C'

red 56 ◦ green 115 ◦ blue 92

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

Shades of Stromboli #38735C

Tints of Stromboli #38735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 21.29%
G = 43.73%
B = 34.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#38735C (or 0x38735C) is known color: Stromboli. HEX triplet: 38, 73 and 5C. RGB value is (56,115,92). Sum of RGB (Red+Green+Blue) = 56+115+92=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #38735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38735C is #C78CA3. Grayscale: #5E5E5E. Windows color (decimal): -13077668 or 6058808. OLE color: 6058808.

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

Color convert

RGB 56 115 92 -
CMYK 0.51 0 0.20 0.55
HSL 156.61º 0.35% 0.34% -
HSV(B) 156.61º 0.51% 0.45% -
XYZ 9.69 13.87 12.29 -
YUV 94.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 56 115 92 0.51 0 0.20 0.55 156.61 0.35 0.34
Hex 38 73 5C 33 0 14 37 9D 23 22
Octal 70 163 134 63 0 24 67 235 43 42
Binary 111000 1110011 1011100 110011 0 10100 110111 10011101 100011 100010

Color Harmonies of #38735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38735C

Black with #38735C

Text Example


Text Example

White with #38735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38735C; }

 p { color: rgb(56,115,92); }

 H1.HeaderClassName
 {
   color: #38735C;
 }
 .AnyTagClassName
 {
   color: #38735C;
 }
</style>

background-color css

<style>
 a { background-color: #38735C; }

 a { background-color: rgb(56,115,92); }

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

border-color css

<style>
 span { border-color: #38735C; }

 span { border-color: rgb(56,115,92); }

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